ImportError: No module named pylab

> I can't reproduce. Does the file
> "/usr/lib64/python2.4/site-packages/matplotlib/pylab.py" exist for
> you?

Yes

Something is flaky. Try running python with "python -v". You can
also try the "--verbose-debug-annoying" flag, but I am guessing you
aren't getting far enough to get any matplotlib output.

This sounds like a python path issue. Nils, could it be that you have a
matplotlib directory in your current working directory? Try changing dirs and
running your test again.

···

On Friday 07 April 2006 10:05, Charlie Moad wrote:

> > I can't reproduce. Does the file
> > "/usr/lib64/python2.4/site-packages/matplotlib/pylab.py" exist for
> > you?
>
> Yes

Something is flaky. Try running python with "python -v". You can
also try the "--verbose-debug-annoying" flag, but I am guessing you
aren't getting far enough to get any matplotlib output.

Darren Dale wrote:

···

On Friday 07 April 2006 10:05, Charlie Moad wrote:
  

I can't reproduce. Does the file
"/usr/lib64/python2.4/site-packages/matplotlib/pylab.py" exist for
you?
        

Yes
      

Something is flaky. Try running python with "python -v". You can
also try the "--verbose-debug-annoying" flag, but I am guessing you
aren't getting far enough to get any matplotlib output.
    
This sounds like a python path issue. Nils, could it be that you have a matplotlib directory in your current working directory? Try changing dirs and running your test again.

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options
  

No but I had a file called matplotlib.py in my home directory. I have removed it. Now it works again.
Thank you very much and sorry for the noise !

Nils