[wxPython-users] wxPython & py2app

Frank Niessink frank at niessink.com
Sat Mar 3 14:33:39 PST 2007


2007/3/3, SPE Stani's Python Editor <spe.stani.be at gmail.com>:
> Is there one of you on this list who has used py2app with wxpython and
> wouldn't mind to share it with me? You can post it to this or
> privately. Frank, did you package task-coach for the Mac?

Yes, using py2app and hdiutil to create a dmg file. See attached
Makefile, target macdist.
The invoked make.py is a distutil script. I use a bare setup.py that
is included in the source distribution (for Linux users) and a make.py
that contains all the stuff needed to build the distributions, such as
a manifest file and the inno config file. See attachments.

HTH, Frank
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: application/octet-stream
Size: 2604 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20070=
303/502db6bf/Makefile.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.py
Type: text/x-python
Size: 5206 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20070=
303/502db6bf/make.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setup.py
Type: text/x-python
Size: 1625 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20070=
303/502db6bf/setup.py


More information about the wxpython-users mailing list