Re: SQLAlchemy and py2exe

2006-10-21 Thread Steve Holden
Karlo Lozovina wrote: I've installed SQLAlchemy under Windows (strangely, it didn't install inside ../site-packages/ as a directory, but rather as a SQLAlchemy-0.2.8-py2.4.egg file). I can import it with 'import sqlalchemy' and run my program with WingIDE, SPE and ofcourse in plain old

SQLAlchemy and py2exe

2006-10-20 Thread Karlo Lozovina
I've installed SQLAlchemy under Windows (strangely, it didn't install inside ../site-packages/ as a directory, but rather as a SQLAlchemy-0.2.8-py2.4.egg file). I can import it with 'import sqlalchemy' and run my program with WingIDE, SPE and ofcourse in plain old Python shell (ipython