Open GoogleCodeExporter opened 9 years ago
setup.py wasn't up to date.
Does it work now?
Original comment by fredrik....@gmail.com
on 3 Feb 2010 at 1:02
Works for me now. I got however this exception when running the tests (using
mpmath.runtests()):
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "mpmath/__init__.py", line 352, in runtests
tests.testit(importdir, testdir)
File "mpmath/tests/runtests.py", line 140, in testit
sys.path.remove(importdir)
ValueError: list.remove(x): x not in list
Original comment by Vinzent.Steinberg@gmail.com
on 3 Feb 2010 at 9:14
This is because for some reason importdir misses '/mpmath/tests' at the end.
Original comment by Vinzent.Steinberg@gmail.com
on 3 Feb 2010 at 9:18
Does this indicate a problem or can we just wrap the cleanup code in try-except?
Original comment by fredrik....@gmail.com
on 3 Feb 2010 at 8:52
It's not really a problem, sys.path might be "messy" concerning 1 entry
afterwards.
I just don't understand why this happens.
If we add a try block we just hide the exception.
Original comment by Vinzent.Steinberg@gmail.com
on 3 Feb 2010 at 11:08
The question is if it's just some spurious effect, or whether there is some
problem
with the paths that could affect other things.
Original comment by fredrik....@gmail.com
on 4 Feb 2010 at 12:40
Fixed in trunk.
Original comment by nils...@googlemail.com
on 22 Jun 2010 at 5:05
Ticket can be closed.
Original comment by nils...@googlemail.com
on 14 Mar 2012 at 7:58
Original issue reported on code.google.com by
nils...@googlemail.com
on 2 Feb 2010 at 6:28