On 23 May, 2013, at 19:35, Chris Barker - NOAA Federal
wrote:
> On Wed, May 22, 2013 at 11:49 PM, DavidWorrall wrote:
>
>> I've been developing in Python on Mac's since b4 OSX and I have to give a
>> workshop on the other side of the world in a (networked) non-OSX university
>> lab (Windows,
I'm coming back to all of this after years away, so I'm sure I'm missing
something simple. I've brought an old app into the current world:
Python 2.7.5
OS 10.8.3
wxPython 2.9.4.0
py2app 0.7.3
and I rebuilt my setup.py to current specifications. The resulting app
works fine (though i
On 27 May, 2013, at 17:26, Charles Hartman wrote:
> I'm coming back to all of this after years away, so I'm sure I'm missing
> something simple. I've brought an old app into the current world:
>
>Python 2.7.5
>OS 10.8.3
>wxPython 2.9.4.0
>py2app 0.7.3
>
> and I rebuilt my se
I've observed this with the wxPy demo...may be a ex bug.
Sent from my iPhone
On May 27, 2013, at 11:26 AM, Charles Hartman wrote:
> I'm coming back to all of this after years away, so I'm sure I'm missing
> something simple. I've brought an old app into the current world:
>
>Python 2.7.
Wxpython bug, that is.
Sent from my iPhone
On May 27, 2013, at 11:26 AM, Charles Hartman wrote:
> I'm coming back to all of this after years away, so I'm sure I'm missing
> something simple. I've brought an old app into the current world:
>
>Python 2.7.5
>OS 10.8.3
>wxPython 2.9
Running it from the command line doesn't change anything; nothing shows up
in Terminal except a message saying that PySimpleApp is now deprecated in
wxPython. But when I changed to the standard App instead, nothing changed.
Nothing shows up in Console either.
Following Kevin's suggestion, I'm po
Hi,
On 27/05/2013 19:22, Charles Hartman wrote:
Running it from the command line doesn't change anything; nothing
shows up in Terminal except a message saying that PySimpleApp is now
deprecated in wxPython. But when I changed to the standard App
instead, nothing changed. Nothing shows up in
You have pointed me to something bizarre. This is on a Mac. On Mac,
though quitting the app closes all top-level windows, closing all top-level
windos doesn't quit the app. So your question looks irrelevant—but it
isn't! If I close my app's only window, I see that the app has quit!
Have I some