[Pythonmac-SIG] py2app and ipython

has hengist.podd at virgin.net
Sat May 2 16:13:43 CEST 2009


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



More information about the Pythonmac-SIG mailing list