google / namebench

namebench
Apache License 2.0
890 stars 152 forks source link

./namebench.py fails with ImportError #1

Closed loganrosen closed 10 years ago

loganrosen commented 11 years ago

I attempted to run the latest namebench.py in trunk from a Mac running OS X 10.8.2, but I received the following error message:

Traceback (most recent call last):
  File "./namebench.py", line 33, in <module>
    from namebench.ui import cli
ImportError: No module named ui
Trott commented 11 years ago

HEAD on master may be unstable right now. You can get it to work by going back a few commits with git checkout ddd20f0d40582cc655d0abd1466886f1e797484f. Try that and run it again.

bitthegeek commented 10 years ago

Many thanks to this. Could we just have a stable branch instead?

tstromberg commented 10 years ago

I've gone ahead and created 3 branches: 1.3 (stable), 1.4 (unstable Python 3 port), and trunk - the v2.0 rewrite.