Jonathan LaCour wrote:
> 
> Michael Hipp wrote:
> 
>> 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?
> 
> You probably installed the pre-release version of SQLAlchemy 0.5 on
> accident.  Try with SQLAlchemy 0.4.6, and see if it works for you.

Yes, it appears that's exactly what happened. Thanks.

easy-install.pth:
import sys; sys.__plen = len(sys.path)
./setuptools-0.6c8-py2.5.egg
./elixir-0.5.2-py2.5.egg
./sqlalchemy-0.5.0beta1-py2.5.egg

But note that I got it automatically when I did:

    easy_install Elixir

So this may bite a lot of people.

In case anyone else tries to do it the "easy" way with easy_install and finds 
out it is nearly impossible to install SQLAlchemy-0.4.6 by any sane command, 
here is how it's done:

easy_install 
http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.4.6.tar.gz#md5=3d1e737bb408de25b2fadb19a736b40e

Now you know why they call it *easy* install.

And I feel really smart that it only took me a half hour to figure that out :-(

Thanks,
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