1. In his work to get Pylons running on Jython, Philip Jenvey had to first get setuptools running on Jython. I gave it a try with SQLAlchemy, by running
    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!
    7

    View comments

About Me
About Me
Subscribe
Subscribe
Links
Blog Archive
Blog Roll
Blog Roll
Loading
Dynamic Views theme. Powered by Blogger. Report Abuse.