Hi, The only thing I can think of is that the copy of Qt (not PyQt since that is embedded) is incompatible on the Mandriva system. You can potentially work around this by including the Qt libraries as well. Use the binIncludes option to the freezer to specify which additional libraries you would like to include regardless of which path they reside in. Normally cx_Freeze ignores libraries found in "system" directories.
Anthony On Wed, Dec 9, 2009 at 4:21 AM, Jebagnana Das <[email protected]> wrote: > > Hello all, > > I'm using cxfreeze to freeze the python script in my ubuntu > 9.04 machine. Now when i tried to execute the binary in mandriva 2008 the > error message is.. > > File > "/usr/local/lib/python3.1/site-packages/cx_Freeze/initscripts/Console3.py", > line 27, in <module> > File "test.py", line 7, in <module> > File "ExtensionLoader_PyQt4_QtGui.py", line 12, in <module> > ImportError: /home/oputils/dist/PyQt4.QtGui.so: undefined symbol: > _ZTI19QStyledItemDelegate > > Could you please tell me what is the actual problem??Your help > would be much appreciated.. > > Regards, > Jebagnanadas A. > > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > > _______________________________________________ > cx-freeze-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cx-freeze-users > > ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
