Re: [Matplotlib-users] exporting PYTHONPATH causes matplotlib not to load

2009-06-09 Thread Jouni K . Seppänen
John Hunter writes: > es, this is your problem. You have the matplotlib source directory in > your HOME directory and when you run from your home directory, it is > being picked up instead of the installation directory. I usually name > my src tree "mpl" to avoid this problem I don't know why

Re: [Matplotlib-users] exporting PYTHONPATH causes matplotlib not to load

2009-06-09 Thread John Hunter
On Tue, Jun 9, 2009 at 2:42 PM, Hani Nakhoul wrote: > I'm sorry--here's the right listing: > > $ ls matplotlib > agg24  examples  KNOWN_BUGS PKG-INFO    setup.py > build  __init__.py   lib    README.txt  src > build.out  __init__.pyc  license 

Re: [Matplotlib-users] exporting PYTHONPATH causes matplotlib not to load

2009-06-09 Thread Hani Nakhoul
I'm sorry--here's the right listing: $ ls matplotlib agg24 examples KNOWN_BUGS PKG-INFOsetup.py build __init__.py libREADME.txt src build.out __init__.pyc licensesetup.cfg.template TODO CHANGELOG INSTALL

Re: [Matplotlib-users] exporting PYTHONPATH causes matplotlib not to load

2009-06-09 Thread John Hunter
On Tue, Jun 9, 2009 at 2:13 PM, Hani Nakhoul wrote: > Dear all, > Here is the listing: > > In [1]: import matplotlib > > In [2]: print matplotlib.__file__ > matplotlib/__init__.pyc > > In [3]: ls -a > ./       .gimp-2.6/      Public/ > ../       .gksu.lock      .pulse/ > .adobe/

Re: [Matplotlib-users] exporting PYTHONPATH causes matplotlib not to load

2009-06-09 Thread Hani Nakhoul
Dear all, Here is the listing: In [1]: import matplotlib In [2]: print matplotlib.__file__ matplotlib/__init__.pyc In [3]: ls -a ./ .gimp-2.6/ Public/ ../ .gksu.lock .pulse/ .adobe/.gnome2/ .pulse-cookie ATLAS/ .gnome2_private/

Re: [Matplotlib-users] exporting PYTHONPATH causes matplotlib not to load

2009-06-09 Thread John Hunter
On Tue, Jun 9, 2009 at 10:22 AM, Hani Nakhoul wrote: > Dear all, > I'm running matplotlib 0.98.5.2 on a machine with Ubuntu Intrepid 8.10. It's > worked well for me so far, but I encounter problems running matplotlib when > trying to update the PYTHONPATH in the .bashrc file. Adding just the line >

[Matplotlib-users] exporting PYTHONPATH causes matplotlib not to load

2009-06-09 Thread Hani Nakhoul
Dear all, I'm running matplotlib 0.98.5.2 on a machine with Ubuntu Intrepid 8.10. It's worked well for me so far, but I encounter problems running matplotlib when trying to update the PYTHONPATH in the .bashrc file. Adding just the line "export PYTHONPATH=$PYTHONPATH", for example, gives the follow