Issue 619245: PythonLauncher Dialogs do not work (original) (raw)

Issue619245

Created on 2002-10-06 14:14 by billbedford, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (3)
msg12606 - (view) Author: Bill Bedford (billbedford) Date: 2002-10-06 14:14
While converting some scripts to Python 2.3a using PythonLauncher, I find that if the script opens a dialog, the dialog can not receive mouse clicks. The only way to dismiss the dialog is the quit the Terminal. There is some functionality in the open file dialogs in that you can select a file, but none of the other controls work. Python 2.3a OS X 10.1.5
msg12607 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-10-06 21:59
Logged In: YES user_id=45365 Bill, I think there's a misunderstanding here. Are you using PythonLauncher from the terminal? It isn't intended to be used as such, for that you should use "pythonw". If this is the problem let me know (it can probably be fixed, or PythonLauncher should complain). If it isn't what you're doing please give me a recipe to repeat this.
msg12608 - (view) Author: Bill Bedford (billbedford) Date: 2002-10-08 09:27
Logged In: YES user_id=624163 Jack You are right I misunderstood the pythonw thing. What I did was to change the application to open the file and double clicked on the icon. What I should also have done is to change the file extension to .pyw. When I do that the dialogs work as expected.
History
Date User Action Args
2022-04-10 16:05:43 admin set github: 37270
2002-10-06 14:14:41 billbedford create