Standalone applications ?

Paolo Alexis Falcone pfalcone at free.net.ph
Sun Aug 14 00:06:55 EDT 2005


On Sat, 13 Aug 2005 23:29:27 -0400, Madhusudan Singh wrote:

> Hi
> 
> I just finished developing an application using Qt Designer in Python that
> uses pyqwt, gpib, etc. How does one create standalone executables for
> applications such as these ?

Generally, you can't, as Python is an interpreted programming language.
However, there are some projects like py2exe in Windows which approximates
what you want to do - port the Python code into a stand-alone application.




More information about the Python-list mailing list