Sunday, October 01, 2006

Py2App and SQLAlchemy oddies

SQLAlchemy refuse to be standaloned with Py2App. Switched to SQLObject instead.
Well, if you find it working with Py2App, please feedback me — I am interested!




PS. Aaaaaaaaaaaaaaaaaaaaargh! SQLObject guys could write somewhere in their Requirements they need FormEncode ! Hate documentation havoc. :-(

1 comment:

Anonymous said...

just add sqlalchemy to the list of packages to include. make sure to install sqlalchemy as a directory (eg, zip_safe=False)