takuya / namebench

Automatically exported from code.google.com/p/namebench
Apache License 2.0
1 stars 0 forks source link

Problem with running SVN version in windows. #193

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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