Never mind… I still had library definitions in eclipse set to python 2.6….
Thanks for reading Martijn On Oct 6, 2011, at 13:02 , Martijn Moeling wrote: > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sqlalchemy?hl=en. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en.
