[egenix-users] OS X 10.3.5: *** You don't have the (right) mxDateTime binaries installed !

Culley Harrelson harrelson at gmail.com
Thu Sep 30 17:48:13 CEST 2004


I have successfully installed mxDateTime on my OS X 10.3.5 system,
using the system Python installation.  It installed but as soon as I
try to import the module I get:

===

*** You don't have the (right) mxDateTime binaries installed !
Traceback (most recent call last):
  File "./testFeDb.py", line 4, in ?
    from mx import DateTime
  File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/mx/DateTime/__init__.py",
line 8, in ?
    from DateTime import *
  File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/mx/DateTime/DateTime.py",
line 9, in ?
    from mxDateTime import *
  File "/Library/Python/2.3/mx/DateTime/mxDateTime/__init__.py", line 13, in ?
    raise ImportError, why
ImportError: Failure linking new module: : dyld: python Undefined symbols:
/Library/Python/2.3/mx/DateTime/mxDateTime/mxDateTime.so undefined
reference to _PyArg_ParseTuple expected to be defined in the
executable
/Library/Python/2.3/mx/DateTime/mxDateTime/mxDateTime.so undefined
reference to _PyCObject_FromVoidPtr expected to be defined in the
executable
/Library/Python/2.3/mx/DateTime/mxDateTime/mxDateTime.so undefined
reference to _PyCallable_Check expected to be defined in the
executable
/Library/Python/2.3/mx/Date

===

Has anyone experienced this?  Any ideas how to fix it?

culley



More information about the egenix-users mailing list