Re: [Sqlalchemy-users] Can not sqlalchemy with Python 2.5

2006-08-21 Thread Markus Jais
Thank you Michael it worked. I just did some small exercises with sqlalchemy and I really like it. After playing with Hibernate and Ruby's Activerecord witch I both really like it is great to also have a powerful library for database access with Python. this is an awesome piece of software. Mark

Re: [Sqlalchemy-users] Can not sqlalchemy with Python 2.5

2006-08-21 Thread Michael Bayer
you need to either install setuptools : http://cheeseshop.python.org/pypi/setuptools or use the latest SVN of SQLAlchemy which has the latest setuptools bootloader script. On Aug 21, 2006, at 2:24 PM, Markus Jais wrote: > hi > > I just tried to install sqlalchemy with Python 2.5 > bet

Re: [Sqlalchemy-users] Can not sqlalchemy with Python 2.5

2006-08-21 Thread Jorge Vargas
On 8/21/06, Markus Jais <[EMAIL PROTECTED]> wrote: > hi > > I just tried to install sqlalchemy with Python 2.5 > beta 3. I have no idea if it will work but easy_install setuptools should get you the lastest version. FYI setuptools is getting into 2.5 so I have no idea how this affects your probl

[Sqlalchemy-users] Can not sqlalchemy with Python 2.5

2006-08-21 Thread Markus Jais
hi I just tried to install sqlalchemy with Python 2.5 beta 3. when I type: sudo python setup.py I get this: --- This script requires setuptools version 0.6a5 to run (even to display help). I will attempt to download it for you (from http://cheeseshop.python.o