[PyQt] Problem freezing a Sqlite based PyQT app

Giovanni Bajo rasky at develer.com
Tue Jan 12 15:33:19 GMT 2010


On Mon, 2010-01-11 at 21:54 -0500, Demetrius Cassidy wrote:
> You probably forgot to include the sqlite3.dll with your redist package. 
> Alternatively, you can try to use py2exe instead of cx_Freeze. It works 
> pretty well for me and is good at picking up dependencies.

AFAIK, py2exe doesn't have *any* support for picking up implicit
dependencies. For instance, for PyQt, it doesn't know about Qt plugins
so it would not pick up anything.

PyInstaller (http://www.pyinstaller.org/), instead, should work out of
the box.

-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com




More information about the PyQt mailing list