David Arnold | 16 Jul 09:57

ImportError: dynamic module does not define init function (init_core_)

Hi,

Just downloaded and installed the enthought beta for the mac os x (ppc) from:


My first attempt is to run the following:


I get this error:

Traceback (most recent call last):
  File "/Users/darnold/Documents/workspace/enthought/src/GettingStarted/lorenz_original.py", line 1, in <module>
    import wx
  File "/Library/Frameworks/Python.framework/Versions/2.5.2001/lib/python2.5/site-packages/wxPython-2.8.4.0.0004_s-py2.5-macosx-10.3-fat.egg/wx/__init__.py", line 45, in <module>
    from wx._core import *
  File "/Library/Frameworks/Python.framework/Versions/2.5.2001/lib/python2.5/site-packages/wxPython-2.8.4.0.0004_s-py2.5-macosx-10.3-fat.egg/wx/_core.py", line 4, in <module>
    import _core_
ImportError: dynamic module does not define init function (init_core_)

Any suggestions?

David.
_______________________________________________
Enthought-dev mailing list
Enthought-dev@...
https://mail.enthought.com/mailman/listinfo/enthought-dev

Gmane