[SciPy-user] sandbox.timeseries missing cseries
dieter h.
vel.accel at gmail.com
Fri Nov 9 12:54:00 EST 2007
On Nov 9, 2007 12:12 PM, Pierre GM <pgmdevlist at gmail.com> wrote:
>
> On Friday 09 November 2007 11:50:22 D Hering wrote:
> > Hi.
> >
> > Just to let you know that sandbox.timeseries __init__.py is missing
> > "import cseries" and in "__all__ = [...,'cseries']".
>
> Not needed. The function is cseries are already available through dates.py,
> which is loaded in timeseries.__init__
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
Hmm, Ok, but I got a traceback when trying to import timeseries into
the interpreter.
timeseries imports const.py and const.py wanted cseries. After
including cseries (as mentioned above) in __init__.py for the package,
I was able to import timeseries.
-dieter
More information about the SciPy-User
mailing list