At 14:29 14/03/2006 +0100, [EMAIL PROTECTED] 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
_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to