If anyone cares, the next release of PyInstaller has have support for
SQLAlchemy.  I tested with version 3.5 of SQLAlchemy and 1.3 of
PyInstaller.  Support has already been checked into the RC system.  So
look for any release newer than 1.3 of PyInstaller.  If you don't
already know, PyInstaller is yet another python freeze application
which can be used to create stand-alone binaries, including the python
runtime and dependant shared libraries.

I worked with the PyInstaller author to create the corrosponding hook
contents to make sure the dynamically loaded database modules are
properly imported.  If you don't want to wait for the next release,
search the google group and you'll find the proper hook file contents.

Hope this isn't too much of a commercial.


Greg


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to