distributing a app frozen by cx_freeze

Carl Banks invalidemail at aerojockey.com
Sat May 13 15:46:55 EDT 2006


Flavio wrote:
> Well I managed to get rid of the undefined symbol message by copying
> all qt libs to the freeze directory, the problem is that now the
> package is huge (83MB)!
>
> So my question is: is there a way to find out exactly which lib is
> missing ?

You know, if you're doing this on Linux, it's not all that unreasonable
to require QT to be installed on the target system.  Any reasonable
distribution has it nicely packaged.

But, if you must, "ldd qt.so" will list library dependencies of qt.so.


Carl Banks




More information about the Python-list mailing list