[Pythonmac-SIG] help needed with py2app for self updating application
Christopher Barker
Chris.Barker at noaa.gov
Mon Apr 24 20:34:56 CEST 2006
SPE Stani's Python Editor wrote:
> One more question which which versions of python and wxPython ship OS
> X 10.2, 10.3 and any version which is still common? (For 10.4 it is
> python2.3.5 and wxPython2.5.3.1 (check with import wx;wx.VERSION).
| Python | wxPython
10.2 2.2.? none (this python was pretty broken)
10.3 | 2.3.1 | none
10.4 | 2.3.5 | 2.5.3.1
In general, it's a better idea to ship your own python, using Py2App. If
you need to support 10.2, this may be tricky. It's easiest to only
support 10.3.9 and above, then you can use the Universal Python and
Py2App and have only one version to ship.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the Pythonmac-SIG
mailing list