alexey2203 / namebench

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

Error running: TypeError: __init__() takes at least 5 arguments (2 given) #203

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check out namebench from SVN (currently r1090)
2. Change to namebench directory
3. Run ./namebench.py

What is the expected output? What do you see instead?
Expected: namebench GUI opens. Instead:

$ ./namebench.py 
Starting graphical interface for namebench (use -x to force command-line usage)
Traceback (most recent call last):
  File "./namebench.py", line 71, in <module>
    namebench = interface(options)
TypeError: __init__() takes at least 5 arguments (2 given)

What version of the product are you using? On what operating system?
r1090, on Ubuntu GNU/Linux 11.10

Please provide any additional information below.
namebench 1.3.1 runs fine.

Original issue reported on code.google.com by iain.dal...@gmail.com on 11 Apr 2012 at 1:25