glownite / namebench

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

Unable to execute namebench.py in ubuntu #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ubuntu 9.10
Python 2.6.4

Traceback (most recent call last):
  File "./namebench.py", line 77, in <module>
    namebench = interface(options, supplied_ns, global_ns, regional_ns,
sanity_checks, version=VERSION)
TypeError: __init__() got multiple values for keyword argument 'version'

Original issue reported on code.google.com by rse43.rs...@gmail.com on 21 Dec 2009 at 5:45

GoogleCodeExporter commented 8 years ago
Delete "sanity_checks" on that line and everything should work fine.

Original comment by acle...@gmail.com on 25 Dec 2009 at 1:27

GoogleCodeExporter commented 8 years ago
This is fixed in r536 - included in namebench 1.1b1.

Original comment by thomas.r...@gmail.com on 3 Jan 2010 at 11:05