Jeff Garbers wrote:
Hello! I'm just getting started trying to build a standalone Mac
application based on wxPython. I'm on OS X 10.6.1, using Python 2.6.1
as distributed with the OS.
note that py2ap will not bundle up python itself in this case, and your
app will only work on 10.6 systems.
Hello! I'm just getting started trying to build a standalone Mac
application based on wxPython. I'm on OS X 10.6.1, using Python 2.6.1
as distributed with the OS.
The app is a simple "hello world" type of thing:
import wx
class MyApp(wx.App):
def OnInit(self):
frame = wx.Frame