Ticket #26 (assigned defect)

Opened 1 year ago

Last modified 1 year ago

ImportError: No module named ga.tree

Reported by: nils Assigned to: cdavid (accepted)
Priority: minor Milestone: learn: first scikits release
Component: learn Version:
Keywords: Cc:

Description

>>> from scikits.learn.machine import ga
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib64/python2.5/site-packages/scikits/learn/machine/ga/__init__.py", line 11, in <module>
    import gene
  File "/usr/local/lib64/python2.5/site-packages/scikits/learn/machine/ga/gene.py", line 20, in <module>
    from scipy.ga.tree import tree_node
ImportError: No module named ga.tree

Change History

07/22/07 01:53:36 changed by cdavid

  • status changed from new to assigned.

I can confirm the bug, but it is not a regression, though (the code did not work in scipy,sandbox either).