Re: coverage.py problem

2007-03-19 Thread skip
Orin> I have a problem in using coverage.py module in my project: You might want to contact Ned Batchelder, the author: http://nedbatchelder.com/code/modules/coverage.html Skip -- http://mail.python.org/mailman/listinfo/python-list

Re: coverage.py problem

2007-03-19 Thread Gabriel Genellina
En Mon, 19 Mar 2007 17:58:49 -0300, Orin <[EMAIL PROTECTED]> escribió: > Hi, > I have a problem in using coverage.py module in my project: > > ./cov -c > Traceback (most recent call last): > File "./cov", line 10, in ? > coverage.the_coverage.command_line(sys.argv[1:]) > File "/usr/lib/python2.4/