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.
Markus --- Michael Bayer <[EMAIL PROTECTED]> schrieb: > 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 > > 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.org/packages/2.5/s/setuptools/), > > but > > you may need to enable firewall access for this > script > > first. > > I will start the download in 15 seconds. > > ---------------------------------------- > > > > but the URL showns does not exist. > > is there a way to get sqlalchemy running with > Python > > 2.5 beta 3 ? > > > > any hints welcome. > > > > regards > > > > Markus > > > > > > > > > > > > > > > > > > > > > > > > > ___________________________________________________________ > > Der frühe Vogel fängt den Wurm. Hier gelangen Sie > zum neuen Yahoo! > > Mail: http://mail.yahoo.de > > > > > ---------------------------------------------------------------------- > > > --- > > Using Tomcat but need to do more? Need to support > web services, > > security? > > Get stuff done quickly with pre-integrated > technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 > based on Apache > > Geronimo > > http://sel.as-us.falkag.net/sel? > > cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Sqlalchemy-users mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users > > ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

