Hello all,
I am running Spyder 2.0.0beta3. I got problem to import package within
IPython
In [1]: import slycot
------------------------------------------------------------
Traceback (most recent call last):
File "<ipython console>", line 1, in <module>
File "slycot/__init__.py", line 4, in <module>
from analysis import ab01nd,ab05md,ab05nd,ab07nd,ab08nd
File "slycot/analysis.py", line 22, in <module>
from slycot import _wrapper
ImportError: cannot import name _wrapper
but I can run this under IPython itself (no spyder running) with no
problem.
Is this issue of Spyder?
Regards,
Peter
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/spyderlib?hl=en.