[PyQt] Portable Application

Doug Bell dougb at bellz.org
Sat Nov 15 15:01:11 GMT 2014


Andreas Schmitz wrote:
> Consider using portable python.
> 
> http://portablepython.com/

Personally, I like the idea behind Portable Python, but they don't keep
it current enough for my needs.  The current version still packages
Python 3.2 and PyQt 4.9.

My recommendation is to use cx_Freeze:  http://cx-freeze.sourceforge.net/

-Doug



> On 11/15/2014 01:07 PM, Giacomo Licari wrote:
> >Hi everybody,
> >I'm a new user, I have a little question, maybe someone more experienced
> >than me could reply.
> >I developed a little application for an University Course, using PyQt4 and
> >Python 3, my question is:
> >is possible to make the application portable?
> >
> >The professor should execute the application from his PC, without
> >installing the libraries, maybe putting all the content on a CD-ROM.
> >
> >Thanks in advance for your help.
> >
> >I'll make the application source corde available on github.
> >
> >Regards,
> >Giacomo
> >
> >
> >_______________________________________________
> >PyQt mailing list    PyQt at riverbankcomputing.com
> >http://www.riverbankcomputing.com/mailman/listinfo/pyqt
> 

> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt



More information about the PyQt mailing list