My computer crashed and I've just done a clean install (WinXP Pro, Python 2.5, 
Elixir and SA via easy_install, psycopg 2.0.7). Any idea what causes this error?

 >python
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on 
win32
 >>> import elixir
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File 
"c:\python25\lib\site-packages\elixir-0.5.2-py2.5.egg\elixir\__init__.py", line 
28, in <module>
   File 
"c:\python25\lib\site-packages\elixir-0.5.2-py2.5.egg\elixir\entity.py", line 
14, in <module>
ImportError: cannot import name EXT_PASS

I'll note that this import line in entity.py has changed in trunk and no longer 
imports EXT_PASS.

from sqlalchemy.orm  import Query, MapperExtension,\
                      mapper, object_session, EXT_PASS

Michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLElixir" 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/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to