Re: [Matplotlib-users] Can't import pylab on Windows with C API

2009-10-27 Thread Nick Hilton
I have confirmed that this error does not occur with Matplotlib-0.99.0 and Python 2.6. It does occur when I remove 0.99.0 and install 0.99.1. --- On Mon, 10/26/09, Michael Droettboom wrote: > From: Michael Droettboom > Subject: Re: [Matplotlib-users] Can't import pylab on Windows

Re: [Matplotlib-users] Can't import pylab on Windows with C API

2009-10-26 Thread Michael Droettboom
I'm not aware of anyone trying this, but I suspect it's related to differences in how DLL paths are searched on Windows vs. shared objects on Linux. This sort of seems like a lower-level Python issue -- I wonder if you could find other projects that do this and see where matplotlib differs. F