Can you help me with this error? I'm using python 2.7.2 on Windows 7. It work
in cygwin, but I want to create exe in py2exe, and that error shows when I run
namebench.exe:
Traceback (most recent call last):
File "namebench.py", line 33, in <module>
File "libnamebench\cli.pyc", line 28, in <module>
File "libnamebench\base_ui.pyc", line 22, in <module>
File "libnamebench\config.pyc", line 36, in <module>
File "libnamebench\nameserver.pyc", line 60, in <module>
File "libnamebench\util.pyc", line 155, in GetMostAccurateTimerFunction
NameError: global name '_DoesClockGoBackwards' is not defined
Original issue reported on code.google.com by kaspe...@gmail.com on 17 Aug 2011 at 9:42
Original issue reported on code.google.com by
kaspe...@gmail.com
on 17 Aug 2011 at 9:42