After what looks like a successful install of SQLAlchemy 0.6.5, I get the 
following indicating that __builtin__ is not defined:
prefect:SQLAlchemy-0.6.5 msharp$ python
Python 2.7 (r27:82508, Jul  3 2010, 21:12:11)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlalchemy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sqlalchemy/__init__.py",
 line 13, in <module>
    from sqlalchemy.sql import (
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sqlalchemy/sql/__init__.py",
 line 1, in <module>
    from sqlalchemy.sql.expression import (
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sqlalchemy/sql/expression.py",
 line 32, in <module>
    from sqlalchemy import util, exc #, types as sqltypes
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sqlalchemy/util.py",
 line 108, in <module>
    callable = __builtin__.callable
NameError: name '__builtin__' is not defined
>>> sqlalchemy.__version__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'sqlalchemy' is not defined

-- 
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.

Reply via email to