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:
just add sqlalchemy to the list of packages to include. make sure to install sqlalchemy as a directory (eg, zip_safe=False)
Post a Comment