Ticket #69 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

IOError: [Errno 2] No such file or directory

Reported by: nils Assigned to:
Priority: major Milestone:
Component: timeseries Version:
Keywords: Cc:

Description

Python 2.4 (#1, Oct 13 2006, 17:13:31)
[GCC 3.3.5 20050117 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from scikits import timeseries
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/scikits/timeseries/__init__.py", line 21, in ?
    from scikits.timeseries.version import __version__
  File "/usr/lib/python2.4/site-packages/scikits/timeseries/version.py", line 14, in ?
    _setup = imp.load_source("setup", os.path.join(_setup_dir, "setup.py"))
IOError: [Errno 2] No such file or directory

Change History

09/27/08 08:07:18 changed by mattknox_ca

  • status changed from new to closed.
  • resolution set to fixed.

fixed in revision 1501