Carl Karsten wrote: > sheila miguez wrote: >> There are some utilities for the mac to turn scripts into launchable >> app thingees. >> > > I am guessing that the setup scripts will make whatever the user needs. This > is > purely for a developer who will be doing: run app, try feature, debug app, > repeat.
Currently, the setup scripts generated by the appwizard only make exe's for Windows. We still need to make bundlebuilder scripts for making Mac application bundles, and also find out how to make roll up binaries for Linux. However, if you want your go.sh to work on Mac, you'll have to invoke python with 'pythonw' instead of 'python'. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
