The solution I came up with without delving into the code is to add the
following two lines to lines.py:286, so that self._transformed_path gets
assigned a value if it is None before it is accessed:
if self._transformed_path is None:
self._transform_path()
--
Hi!
After installing matplotlib 0.99.0 (over 0.98.6) I started to get the
following exceptions while checking hitlist:
Traceback (most recent call last):
File "C:\Python26\Lib\site-packages\matplotlib\artist.py", line 231,
in hitlist
hascursor,info = self.contains(event)
File "C:\Python
, because they don't
seem to have windows installers like numpy has that actually works with
matplotlib.
Any helpl appreciated.
When might we see matplotlib binaries for python 2.6?
Andrew Straw wrote:
> Romi Agar wrote:
>
>> Hi!
>>
>> I'm having a bit difficulty
Hi!
I'm having a bit difficulty getting matplotlib to run under windows
(vista x64) with python 2.6.
I downloaded the source from svn, ran the build and install commands,
then copied the content of /build/lib.win32-2.6
to Lib/site-packages folder. But when I try to import pylab I get the
follow