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),
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
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