Hi,

Something rendered my sqlalchemy on OSX lion unusable

Traceback (most recent call last):
  File "/Users/martijn/Documents/workspace/UCO/src/ConvertData.py", line 9, in 
<module>
    from sqlalchemy import *
  File 
"/Library/Python/2.7/site-packages/SQLAlchemy-0.7.2-py2.7-macosx-10.7-intel.egg/sqlalchemy/__init__.py",
 line 52, in <module>
    from sqlalchemy.types import (
  File 
"/Library/Python/2.7/site-packages/SQLAlchemy-0.7.2-py2.7-macosx-10.7-intel.egg/sqlalchemy/types.py",
 line 33, in <module>
    from sqlalchemy import processors, events
  File 
"/Library/Python/2.7/site-packages/SQLAlchemy-0.7.2-py2.7-macosx-10.7-intel.egg/sqlalchemy/processors.py",
 line 37, in <module>
    from sqlalchemy.cprocessors import UnicodeResultProcessor, \
AttributeError: PyCapsule_Import "datetime.datetime_CAPI" is not valid

Searching google for the AttributeError gives some sort of Python bug but very 
little info.

Anyone else have this? I just do not know where to start

Martijn

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to