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 md...@stsci.edu wrote: From: Michael Droettboom md...@stsci.edu Subject: Re: [Matplotlib-users] Can't import

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.

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

2009-10-25 Thread Nick Hilton
Hello all, I am trying to plot things from C using pylab. The configuration: Window XP 32 bits Python-2.6.3 numpy-1.3.0 matplotlib-0.99.1. I can easily do this on Linux, but the same code does not work on Windows. Here is a test program that tries to import pylab: #include stdio.h #include