jython setup.py install
In my local copy from SQLAlchemy's svn repository, and it worked! After running the above command, I now have a site-packages directory with:
README
easy-install.pth
setuptools.pth
SQLAlchemy-0.4.3dev_r4149-py2.3.egg
setuptools-0.6c3-py2.3.egg
And I can
import sqlalchemy
successfully without any further work. Getting SQLAlchemy to run well with Mysql and JDBC will be next, but that's for me to do :)
Great work Philip!
View comments