Using the 0.85 package for ubuntu, I get the following error when I run my application: ? from matplotlib.dates import date2num, num2date, DateFormatter, IndexDateFormatter File "/home/jdhunter/debs/matplotlib/usr/lib/python2.4/site-packages/matplotlib/d ates.py", line 88, in ? ImportError: No module named pytz Any ideas? Thanks, VJ
Using the 0.85 package for ubuntu, I get the following error when I run my application: ? from matplotlib.dates import date2num, num2date, DateFormatter, IndexDateFormatter File "/home/jdhunter/debs/matplotlib/usr/lib/python2.4/site-packages/matplotlib/dates.py", line 88, in ? ImportError: No module named pytz Any ideas? Thanks, VJ
I guessing from that crazy path, you don't have pytz in your PYTHONPATH anywhere. On 11/30/05, Vinj Vinj <vin...@ya...> wrote: > Using the 0.85 package for ubuntu, I get the following error when I run= my application: > > ? > from matplotlib.dates import date2num, num2date, DateFormatter, In= dexDateFormatter > File "/home/jdhunter/debs/matplotlib/usr/lib/python2.4/site-packages/= matplotlib/dates.py", line 88, in ? > ImportError: No module named pytz > > Any ideas? > > Thanks, > > VJ > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >
>>>>> "Vineet" == Vineet Jain <vi...@al...> writes: Vineet> Using the 0.85 package for ubuntu, I get the following Vineet> error when I run my application: It was indeed a problem with the ubuntu package and it is fixed now > sudo apt-get update > sudo apt-get install python-matplotlib-jdh Please do not cross-post to the users and dev list... JDH
Thanks John, the new package worked. Vineet ----- Original Message ---- From: John Hunter <jdh...@ac...> To: Vineet Jain <vi...@al...> Cc: Sent: Wednesday, November 30, 2005 11:46:26 AM Subject: Re: [Matplotlib-users] Problem with 0.85 package for ubuntu >>>>> "Vineet" == Vineet Jain <vi...@al...> writes: Vineet> Using the 0.85 package for ubuntu, I get the following Vineet> error when I run my application: It was indeed a problem with the ubuntu package and it is fixed now > sudo apt-get update > sudo apt-get install python-matplotlib-jdh Please do not cross-post to the users and dev list... JDH