Re: [Matplotlib-users] matplotlib._path failed on windows build for Python 2.6

2009-04-10 Thread Lorenzo Di Gregorio
il to load without information as to why. Fixing the .lib means that localtime is picked up from MSVCRT.DLL (ie no version in name) and everything appears to work well." On 4/10/09, Lorenzo Di Gregorio wrote: > > On 4/10/09, Michael Droettboom wrote: >> >> Lorenzo Di Gr

Re: [Matplotlib-users] matplotlib._path failed on windows build for Python 2.6

2009-04-10 Thread Lorenzo Di Gregorio
On 4/10/09, Michael Droettboom wrote: > > Lorenzo Di Gregorio wrote: > >> Well, that's exactly the problem: I just can't load some DLLs! >> >>> import matplotlib._path >> >> Traceback (most recent call last): >> File "", line

Re: [Matplotlib-users] matplotlib._path failed on windows build for Python 2.6

2009-04-09 Thread Lorenzo Di Gregorio
;clip_path_to_rect', 'convert_path_to_polygons', > 'count_bboxes_overlapping_bbox', 'get_path_collection_extents', > 'get_path_extents', 'path_in_path', 'path_intersects_path', 'point_in_path', > 'point_in_path_collect

Re: [Matplotlib-users] matplotlib._path failed on windows build for Python 2.6

2009-04-09 Thread Lorenzo Di Gregorio
On Thu, Apr 9, 2009 at 7:06 AM, Andrew Straw wrote: > Lorenzo Di Gregorio wrote: > > Hello, > > > > I've tried to build matplotlib 0.98.5.2 for Python 2.6 under Windows > > (Win2k) using MinGW and win32_static. After a few fixes, the > > compilation and

[Matplotlib-users] matplotlib._path failed on windows build for Python 2.6

2009-04-08 Thread Lorenzo Di Gregorio
Hello, I've tried to build matplotlib 0.98.5.2 for Python 2.6 under Windows (Win2k) using MinGW and win32_static. After a few fixes, the compilation and install appear to be ok, but I've got stuck at importing matplotlib._path (see transcript below). Any suggestions on what is going wrong and how