Re: [Pythonmac-SIG] modifying setup.py: py2exe -> py2app

2005-02-02 Thread Bob Ippolito
On Feb 2, 2005, at 8:35, Charles Hartman wrote: On Feb 2, 2005, at 1:59 AM, Chris Jerdonek wrote: Anyways, I double-clicked the hello icon. It appeared on the dock and immediately collapsed without any output. Is this the desired behavior? Something the program expects isn't available in your

Re: [Pythonmac-SIG] modifying setup.py: py2exe -> py2app

2005-02-02 Thread Charles Hartman
On Feb 2, 2005, at 1:59 AM, Chris Jerdonek wrote: Anyways, I double-clicked the hello icon. It appeared on the dock and immediately collapsed without any output. Is this the desired behavior? Something the program expects isn't available in your Mac's system. (There are two different "hello.py

Re: [Pythonmac-SIG] modifying setup.py: py2exe -> py2app

2005-02-02 Thread Bob Ippolito
On Feb 2, 2005, at 1:59 AM, Chris Jerdonek wrote: I'm in the same boat with C. Jerdonek, though I suspect I know less. So when I saw this passage, I hung, as always, on every word from py2app's own master. Aha! I said. I think I know less, Charles. I tried the hello.py sample in the Developer

Re: [Pythonmac-SIG] modifying setup.py: py2exe -> py2app

2005-02-01 Thread Chris Jerdonek
-- (530) 297-6947 http://DavisChoiceVoting.org On Feb 1, 2005, at 7:48 PM, Charles Hartman wrote: I'm in the same boat with C. Jerdonek, though I suspect I know less. So when I saw this passage, I hung, as always, on every word from py2app's own master. Aha! I said. I think I know less, Charles.

Re: [Pythonmac-SIG] modifying setup.py: py2exe -> py2app

2005-02-01 Thread Bob Ippolito
On Feb 1, 2005, at 10:48 PM, Charles Hartman wrote: On Feb 1, 2005, at 9:53 PM, Bob Ippolito wrote: The list of options py2app will accept is shown when you do "python setup.py py2app --help". These can be converted into setup.py speak by replacing the hyphens with underscores and passing them

Re: [Pythonmac-SIG] modifying setup.py: py2exe -> py2app

2005-02-01 Thread Charles Hartman
On Feb 1, 2005, at 9:53 PM, Bob Ippolito wrote: The list of options py2app will accept is shown when you do "python setup.py py2app --help". These can be converted into setup.py speak by replacing the hyphens with underscores and passing them to setup() in an options dictionary (many of the exa

Re: [Pythonmac-SIG] modifying setup.py: py2exe -> py2app

2005-02-01 Thread Bob Ippolito
On Feb 1, 2005, at 21:42, Chris Jerdonek wrote: I'm new to py2app (and also to python somewhat). I wasn't able to find any documentation, so I'm turning here. I'm trying to generate a setup.py file that I can use with py2app. I have the setup.py file that someone made tailored to py2exe. Is it s

[Pythonmac-SIG] modifying setup.py: py2exe -> py2app

2005-02-01 Thread Chris Jerdonek
Hi, I'm new to py2app (and also to python somewhat). I wasn't able to find any documentation, so I'm turning here. I'm trying to generate a setup.py file that I can use with py2app. I have the setup.py file that someone made tailored to py2exe. Is it straightforward to modify that? I haven't ha