I am Using pythonxy 2.7.6.1.
Is there any reason why the matplotlib package does not have the
matplotlib.tests sub package installed? The matplotlib.testing.decorators
module is present, however, it depends on the tests subpackage.
Code to reproduce error:
>>> from matplotlib.testing.decorators import cleanup
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\matplotlib\testing\decorators.py", line 17, in <module>
import matplotlib.tests
ImportError: No module named tests
>>>
Original issue reported on code.google.com by rtrwal...@gmail.com on 20 Oct 2014 at 12:18
Original issue reported on code.google.com by
rtrwal...@gmail.com
on 20 Oct 2014 at 12:18