[PyQt] Introduce myself
Michael Towers
gradgrind at online.de
Wed Jan 23 12:47:40 GMT 2008
Rémy HUBSCHER wrote:
> Hello,
>
> I am a new programmer un PyQt4 and I am looking to deploy my PyTalk
> jabber client on Windows, Linux and Mac OS X.
>
> I heard that I will have to use py2exe, cx_freeze and py2app.
> Could somebody explain exactly how to do ?
>
> I just need a setup.py file of each to understand.
> To install PyQt4 on my Mac OS X systems, I had to compile Qt OpenSource
> C++ and next PyQt4.
>
> I hope every user of my application will not have to do that.
>
> Thanks you very much for your help.
>
> Natim
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
You should have a look at pyinstaller, too. It is quite easy to use (but
get the svn version), even I managed it! I'm afraid it doesn't support
OS X, though.
More information about the PyQt
mailing list