[Pythonmac-SIG] py2app bug with argv_emulation=True

2012-05-25 Thread Michael O'Donnell
Dear all, I have a Tkinter application which is then packaged into an App using py2app. I (and various others) have a problem that Windows don't lift to visibility under MacOSX Lion, at least using Python 2.7.2, Tk8.5 Lion 10.7.4 and py2app 2.6.4 IF argv_emulation is set to True This can be de

Re: [Pythonmac-SIG] py2app bug with argv_emulation=True

2012-05-28 Thread Michael O'Donnell
Dear Ronald, Chris, > Perhaps argv emulation isn't the only way to support this. Does > > tkInter on the Mac Support the Mac-specific events? For example, > > wxPython has mac-specific events you can catch for files dropped on > > the app, or selected at startup -- so argv emulation isn't required

Re: [Pythonmac-SIG] py2app bug with argv_emulation=True

2012-05-31 Thread Michael O'Donnell
Hi Kevin, Ronald, I must be missing something. I have inserted the discussed code into a test file (test.py) as follows: -- import sys from Tkinter import * import tkMessageBox def doOpenFile(*args): for arg in args: tkMessageBox._show(message=str(arg), type="ok

Re: [Pythonmac-SIG] py2app bug with argv_emulation=True

2012-06-03 Thread Michael O'Donnell
file is NOT passed to my app in the arguments (which was the starting point of this thread) Thanks for your help, this was worrying me Mick On Sun, Jun 3, 2012 at 12:30 PM, Kevin Walzer wrote: > On 6/2/12 9:24 PM, Michael O'Donnell wrote: > >> Kevin, >> >> Seems w

[Pythonmac-SIG] py2app under python 3.2

2012-06-08 Thread Michael O'Donnell
Dear all, Does anyone have py2app working under python 3.2? (ActivePython or the standard)? Packaging a simple tkinter app I get: Traceback (most recent call last): File "/Users/micko/Desktop/py2AppPy3test/MakeMacBuild.py", line 15, in setup_requires=['py2app']) File "/Library/Framewo

[Pythonmac-SIG] Kivy python GUI

2013-07-10 Thread Michael O'Donnell
Saw a link to Kivy, which seems to be a newish GUI for python, works on most platforms, including iOS and Android. Anyone played around with it? Seems to offer a basic canvas with draw ops. On a quick look, couldn't see any more complex widgets, except for buttons, but they may be there (the docu

Re: [Pythonmac-SIG] py2app + pyqt: Differences between command-line and double-click

2013-08-15 Thread Michael O'Donnell
Hi Stuart, I have been suffering similar problems since MacOSX changed the way they handle windows, a couple of versions back. See: http://mail.python.org/pipermail/tkinter-discuss/2012-May/003161.html The problem there also included the argv_emulation flag, and setting this to false fixed th

Re: [Pythonmac-SIG] Python interactive segfaults on OS X 10.9 Mavericks

2013-10-28 Thread Michael O'Donnell
Hi Ned, Actually, the IDLE and Tkinter problems seem to be fixed in the rc1 release. At least, when I install it and run it, all functions as it should. Idle windows update as expected, and my tkinter application works again. Mick On 28 October 2013 09:58, Ned Deily wrote: > In article ,

Re: [Pythonmac-SIG] Python interactive segfaults on OS X 10.9 Mavericks

2013-10-28 Thread Michael O'Donnell
then disappears. No error window appears. Opening console, I see a line: 28/10/2013 10:53:22.382 com.apple.launchd.peruser.501[137]: (org.python.IDLE.32416[1792]) Exited with code: 1 Mick On 28 October 2013 10:40, Michael O'Donnell wrote: > Hi Ned, > >Actually, the IDLE