Re: [Matplotlib-users] matplotlib import warning

2010-10-01 Thread Gökhan Sever
I temporarily fixed this by commenting the following lines in pkg_resources.py folder in /site-packages/distribute.. folder. issue_warning( "Module %s was already imported from %s, but %s is being added" " to sys.path" % (modname, fn, self.location),

Re: [Matplotlib-users] matplotlib import warning

2010-09-08 Thread Gökhan Sever
It is clear with python -c "import matplotlib" I can't seem to find any "dateutil" phrase occurring within the IPython installation folder (/site-packages/IPython) Where else to look for? On Wed, Sep 8, 2010 at 12:35 PM, Aman Thakral wrote: > try this in the terminal: > python -c "import matplo

Re: [Matplotlib-users] matplotlib import warning

2010-09-08 Thread Aman Thakral
try this in the terminal: python -c "import matplotlib" -Aman On Wed, Sep 8, 2010 at 12:17 PM, Gökhan Sever wrote: > Hello, > > My usual ipython -pylab is giving me these warnings after I installed > matplotlib from the source (matplotlib rev.8624 using python setupegg.py > develop). > > /usr/l

[Matplotlib-users] matplotlib import warning

2010-09-08 Thread Gökhan Sever
Hello, My usual ipython -pylab is giving me these warnings after I installed matplotlib from the source (matplotlib rev.8624 using python setupegg.py develop). /usr/lib/python2.6/site-packages/EPDLab-3.0.1.dev_r24658-py2.6.egg/enthought/__init__.py:7: UserWarning: Module dateutil was already impo