Installing an egg today, I got this message from easy_install:

/usr/bin/easy_install:5: UserWarning: Module dateutil was already imported 
from 
/usr/lib/python2.4/site-packages/matplotlib-0.87.7-py2.4-linux-i686.egg/dateutil/__init__.pyc,
 
but /usr/lib/python2.4/site-packages/python_dateutil-1.1-py2.4.egg is being 
added to sys.path
  from pkg_resources import load_entry_point

Investigating, it seems that Matplotlib includes python-dateutils wholesale in 
its egg, instead of depending on the python-dateutils egg and installing 
that, thus generating warning messages like these.  Would be possible to 
remove the dateutil module from future matplotlib eggs and simply rely on the 
python-dateutils egg?

Thanks!

j

-- 
Joshua Kugler                           
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE
PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to