What version of coverage do you have? You can find out by running import coverage coverage.__version__
from within python. Aaron Meurer On Thu, Aug 9, 2012 at 5:06 PM, kendhia <[email protected]> wrote: > When i try to make a coverage report using coverage_reporte.py utilitie in > ubuntu 10.4 (python 2.6) i received this problem : > > input : python ./bin/coverage_report.py sympy/matrices > > output : Traceback (most recent call last): > File "./bin/coverage_report.py", line 99, in <module> > make_report(source_dir, **options.__dict__) > File "./bin/coverage_report.py", line 61, in make_report > cov = coverage.coverage() > File "/usr/lib/python2.6/dist- > packages/coverage.py", line 303, in __init__ > raise CoverageException("Only one coverage object allowed.") > coverage.CoverageException: Only one coverage object allowed. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/yOCPuRRJDqsJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
