[PyQt] Packaging PyQt4 Applications

Joseph Gilbert jgilbert at jcvi.org
Fri Dec 7 15:24:52 GMT 2007


cx_freeze creates unix binaries - http://python.net/crew/atuining/cx_Freeze/
inno setup can be used for doing windows installs. - 
http://www.jrsoftware.org/isinfo.php
I'm pretty sure you can use Installer 
(/Applications/Utilities/Installer) on OS X for mac bundles. 
You can create tarballs or .deb files from the cx_freeze binaries for *nix.

Angel Leon wrote:
> Hi There,
>
>  I've sucessfully managed to package my PyQt4 application with the 
> help of py2exe for windows and py2app for macosx.
>
>  I'd like to create something similar for linux, if possible a .deb to 
> be able to distribute for Ubuntu and Debian (and from there I can use 
> alien for RPM, or create my own Tar).
>
>  What's usually the mechanism for deployment of your PyQt4 apps, do 
> you just use the python setup tools and have the users do:
>  
>   python setup.py install
>
> or is it pretty easy to find all the binary dependencies and put em in 
> one place for easy distribution?
>
> Angel
>
> -- 
> "Linux: Because rebooting is for adding new hardware"
>
> Linux User #399138
> My P2P Client - http://www.frostwire.com
> My Infinite Storage Page - http://www.mybloop.com
> My Podcast - http://www.wedoit4you.com
> My Blog - http://www.gubatron.com/blog <http://www.gubatron.com/blog>
> My Twitter - http://www.twitter.com/gubatron
> My Skype - gubatron
> ------------------------------------------------------------------------
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt

-- 
Joseph Gilbert
Programmer
PFGRC - Bioinformatics
JCVI
jgilbert at jcvi.org



More information about the PyQt mailing list