I figured out why your show() works...you had WxPython installed and
I'm assuming your backend was defaulting to this since Tkinter wasn't
found.  Once I noticed that I installed WxPython and then re-buily
matplotlib with WxPython.  If I used wxpython as my backend, then my
GUIs worked.  I can import pylab just fine and I don't appear to have
any errors.  While I can't figure out what your problem is, you are
free to try the binary I built and see if it works:
http://code.patricktmarsh.com/matplotlib-0.98.6svn.win32-py2.6.exe

If you do decide to try this, let me know if it works.

-Patrick





On Tue, Jan 27, 2009 at 9:22 AM, Marcin Krol <mrk...@gmail.com> wrote:
> John Hunter wrote:
>
>> First of all, on the clean build, when you do
>>
>>   import matplotlib._path
>>
>> do you still get the same error.
>
> No, it's working fine on the new build (the import above and the whole
> installation0 -- once I switched to VC++ from MinGW.
>
> <snip info, ack>
>
> Regards,
> mk
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>



-- 
Patrick Marsh
Graduate Research Assistant
School of Meteorology
University of Oklahoma
http://www.patricktmarsh.com

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to