On Jun 6, 2005, at 4:59 PM, jack wrote:
> Hello,
>
> I need to build a standalone wxPython app that will also run on
> 10.3. I am trying to use py2app to achieve this. I'm a bit fuzzy on
> what arguments I need to pass to make this possible. Currently I am
> using:
> python setup.py py2ap
Hello,
I need to build a standalone wxPython app that will also run on
10.3. I am trying to use py2app to achieve this. I'm a bit fuzzy on
what arguments I need to pass to make this possible. Currently I am
using:
python setup.py py2app -p wx,wxPython
This works for me on 10.4, but