I'm new to this list (and lists in general) so please advise if I break any
rules. I'm running OS X 10.5.6 and XCode 3. I've been advised to leave
system's python installation alone and since I need to install packages,
I've installed Python 2.6.2 which went in the
~/Library/Frameworks/Python.frame
Hi,
Thanks for the suggestion! The problem is that I want to be able to
send this application to people who don't necessarily have python
installed, which is why I was considering py2app in the first place.
Script editor produces a 90k file which I doubt includes the necessary
python depe
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 Bund