Comment 2 for bug 299381

Revision history for this message
Michele Mattioni (mattions) wrote :

Same problem here on Intrepid Ibex.

mattions@triton:~$ uname -a
Linux triton 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 GNU/Linux
mattions@triton:~$ python
Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib
/usr/lib/python2.5/site-packages/pytz/__init__.py:29: UserWarning: Module dateutil was already imported from /var/lib/python-support/python2.5/dateutil/__init__.py, but /var/lib/python-support/python2.5 is being added to sys.path
  from pkg_resources import resource_stream
>>> matplotlib.__version__
'0.98.3'
>>>