[Matplotlib-users] Strange import error

2010-03-26 Thread Ken Dere
Hi, I am trying to import pylab into an application running under an Apache wsgi server. The error I get is that if it tries to import matplotlib.cbook. The application can import numpy, scipy etc just fine. the error message is that matplotlib has no module cbook. I can import matplotlib OK

Re: [Matplotlib-users] Strange import error

2010-03-26 Thread Rune V . Sjøen
Hi, Does the box have multiple python versions installed, and are you sure that apache is using the same version and/or site packages as when you run it from the command line ? Regards, Rune V. Sjøen On Fri, Mar 26, 2010 at 8:07 PM, Ken Dere wrote: > Hi, > > I am trying to import pylab into an

Re: [Matplotlib-users] Strange import error

2010-03-27 Thread Ken Dere
Hi, thanks for the suggestion. They do have multiple versions but I checked that everything is using 2.5 regards, Ken Dere Rune V. Sjøen wrote: > Hi, > > Does the box have multiple python versions installed, and are you sure > that apache is using the > same version and/or site packages as