[PyKDE] problem with pyqt
V. Armando Sole
sole at esrf.fr
Tue Mar 14 14:05:47 GMT 2006
At 14:29 14/03/2006 +0100, linux at lexpress.net wrote:
>hello
>
>i'm a python developper and i want to build GUI applications that uses qt
>gui (pyqt)
>
>but i have a serious problem that is whene i code an application it can't
>be used by other personnes because the qt module is not present (from qt
>import *) so that generates an error
>
>so other personnes that wants to run my apps must install pyqt and it's
>not easy to do , they sould must install qt , qscintilla ,sip and finally
>pyqt and this is not easy and takes a lot of time to compile qt and pyqt
> the question is " is there a way to resolve that problem for exemple
> installing pyqt with rpm that is easy???"
In my case I'm using cx_Freeze.
http://starship.python.net/crew/atuining/cx_Freeze/
The end user does not need even python installed.
Armando
More information about the PyQt
mailing list