Hi everyone!

I am trying to deploy a personal project on Windows with cxfreeze following 
these instructions:

http://developer.qt.nokia.com/wiki/Packaging_PySide_applications_on_Windows

I verified that my program runs OK on windows as an script. 

I am not using a setup.py file, just using cxfreeze with my main.py file.

I have to copy myself the Qt related DLLs to avoid some problems

However now I am stuck at this point:

ImportError: could not import module 'Pyside.QtXml'
Fatal Python error: can't initialize module QtUiTools

I am not sure about the QtXml thing since I am using lxml

The strange thing is QtUiTools. Having a look at my lib/site-packages/pyside 
folder, I noticed that all the imported modules have a DLL file except for 
QtUiTools, for which I only have a QtUiTools.pyd file

any advice on this?

thanks in advance!
Francisco

_______________________________________________
PySide mailing list
PySide@lists.pyside.org
http://lists.pyside.org/listinfo/pyside

Reply via email to