FS#17116 - [python-dateutil] Not working if you try to use matplotlib

Attached to Project: Community Packages
Opened by gabriele lanaro (gabriele.lanaro) - Thursday, 12 November 2009, 22:00 GMT
Last edited by Stefan Husmann (stefanhusmann) - Friday, 13 November 2009, 01:25 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Stefan Husmann (stefanhusmann)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

There's just an import exception, installing from these sources makes it work:
http://labix.org/download/python-dateutil/python-dateutil-1.4.1.tar.gz

To try the exception, install the package "fitta" that uses matplotlibe and type in a console "fitta"
There's also another bug relative to pytz, 2 bugs.

Traceback (most recent call last):
File "/usr/bin/fitta", line 3, in <module>
import fitta.controller
File "/usr/lib/python2.6/site-packages/fitta/controller.py", line 10, in <module>
from plotter import Plotter
File "/usr/lib/python2.6/site-packages/fitta/plotter.py", line 2, in <module>
from matplotlib.figure import Figure
File "/usr/lib/python2.6/site-packages/matplotlib/figure.py", line 18, in <module>
from axes import Axes, SubplotBase, subplot_class_factory
File "/usr/lib/python2.6/site-packages/matplotlib/axes.py", line 17, in <module>
import matplotlib.dates as mdates
File "/usr/lib/python2.6/site-packages/matplotlib/dates.py", line 104, in <module>
from dateutil.rrule import rrule, MO, TU, WE, TH, FR, SA, SU, YEARLY, \
ImportError: No module named dateutil.rrule
This task depends upon

Closed by  Stefan Husmann (stefanhusmann)
Friday, 13 November 2009, 01:25 GMT
Reason for closing:  Works for me

Loading...