This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add a console window for Carbon MacPython applets
Type: enhancement Stage: test needed
Components: macOS Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: ajaksu2, jackjansen, reowen, ronaldoussoren
Priority: normal Keywords:

Created on 2004-01-16 22:16 by reowen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60459 - (view) Author: Russell Owen (reowen) Date: 2004-01-16 22:16
Carbon MacPython applets (generated by dropping a script on Make Applet) displays output to stdout and stderr in a dedicated window, which is very convenient and obvious for users.

Framework MacPython (through 2.3) sends output to stdout and stderr to the system console window, which is much less convenient.

So...my request is for applets to have a dedicated console window, as they used to have. In my opinion this would make applets far more convenient and usable. I hope it's not too dreadfully much work.
msg82013 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-02-14 11:35
Is this one still relevant?
msg82333 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-02-17 12:34
Closing as won't fix. The "Make Applet" tool is still present, but rather 
useless.

Use py2app to create application bundles.
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39831
2009-02-17 12:34:44ronaldoussorensetstatus: open -> closed
nosy: + ronaldoussoren
resolution: wont fix
messages: + msg82333
2009-02-14 11:35:07ajaksu2setnosy: + ajaksu2
title: Would like a console window for applets -> Add a console window for Carbon MacPython applets
messages: + msg82013
stage: test needed
2004-01-16 22:16:45reowencreate