[Bug 205538] math/py-matplotlib: Update to 1.5.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 25 01:58:12 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205538

Andrey Fesenko <andrey at bsdnir.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrey at bsdnir.info

--- Comment #7 from Andrey Fesenko <andrey at bsdnir.info> ---
This interesting update, it seems fix bug #205294

However, starting with this version, to undergo some tests, it is necessary
porting https://pypi.python.org/pypi/Cycler

% python
/usr/local/share/examples/py27-matplotlib/user_interfaces/embedding_in_wx5.py
Traceback (most recent call last):
  File
"/usr/local/share/examples/py27-matplotlib/user_interfaces/embedding_in_wx5.py",
line 17, in <module>
    import matplotlib as mpl
  File "/usr/local/lib/python2.7/site-packages/matplotlib/__init__.py", line
124, in <module>
    from matplotlib.rcsetup import (defaultParams,
  File "/usr/local/lib/python2.7/site-packages/matplotlib/rcsetup.py", line 29,
in <module>
    from cycler import Cycler, cycler as ccycler
ImportError: No module named cycler

After # pip install Cycler
Collecting Cycler
  Downloading cycler-0.9.0-py2.py3-none-any.whl

Test embedding_in_wx5.py pass

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list