Thomas Robitaille wrote:
I am trying to use py2app to make a simple MacOS X application that
launches an ipython shell.
Use AppleScript. Create a new script in Script Editor (/Applications/
AppleScript):
tell application "Terminal" to do script "ipython"
Save as 'Application Bundle' format.
HTH
has
--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net
_______________________________________________
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig