I've been attempting to run a coverage report, but I continue to receive
the following error:

$ python setup.py coverage
/usr/lib/python2.6/dist-packages/Crypto/Util/randpool.py:40:
RandomPool_DeprecationWarning: This application uses RandomPool, which
is BROKEN in older releases.  See
http://www.pycrypto.org/randpool-broken
  RandomPool_DeprecationWarning)
running coverage
Traceback (most recent call last):
  File "setup.py", line 250, in <module>
    'Programming Language :: Python :: 3.2'
  File "/usr/lib/python2.6/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command
    cmd_obj.run()
  File "setup.py", line 188, in run
    cov = coverage.coverage(config_file='.coveragerc')
TypeError: __init__() got an unexpected keyword argument 'config_file'

Any ideas as to the cause?

-- 
Hutson Betts
Computer Science and Engineering
Texas A&M University


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to