Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2015 01:58:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205538] math/py-matplotlib: Update to 1.5.0
Message-ID:  <bug-205538-13-sY5WszOsbC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205538-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205538-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205538

Andrey Fesenko <andrey@bsdnir.info> changed:

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

--- Comment #7 from Andrey Fesenko <andrey@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205538-13-sY5WszOsbC>