[Pythonmac-SIG] Help wanted in installing IDLE in Mac

2009-09-08 Thread Ahmed Shamim
Hi there, I'm really in a deep shit. In my class, I am just falling behind. I am trying every way to install IDLE in my macbook (version OS X 10.5.8 and Intel core 2 duo) It gets installed, but when I double click IDLE app, it just seems like opening something, but does not open anything... pls he

[Pythonmac-SIG] appscript install

2009-09-08 Thread Kay Gottschalk
Hi there, when I try to install appscript, I get the following errors: In file included from /System/Library/Frameworks/Carbon.framework/ Frameworks/HIToolbox.framework/Headers/CarbonEvents.h:40, from /System/Library/Frameworks/Carbon.framework/ Frameworks/HIToolbox.framework

Re: [Pythonmac-SIG] Help wanted in installing IDLE in Mac

2009-09-08 Thread Ronald Oussoren
On 6 Sep, 2009, at 22:21, Ahmed Shamim wrote: Hi there, I'm really in a deep shit. In my class, I am just falling behind. I am trying every way to install IDLE in my macbook (version OS X 10.5.8 and Intel core 2 duo) It gets installed, but when I double click IDLE app, it just seems li

Re: [Pythonmac-SIG] appscript install

2009-09-08 Thread Ronald Oussoren
On 8 Sep, 2009, at 9:49, Kay Gottschalk wrote: Hi there, when I try to install appscript, I get the following errors: What release of OSX are you running? Do you use /usr/bin/python or some other Python installation (and if the latter, which one) Ronald smime.p7s Description: S/MIME

[Pythonmac-SIG] Appscript and Snow Leopard

2009-09-08 Thread Noel Rappin
I have a Python script that I've been using to communicate back and forth with iTunes via py-appscript -- it's worked fine for a long time. Snow Leopard seems to have broken it -- everytime I run the script, it stops, and then exits, claiming that one of the commands has timed out. It's never the

[Pythonmac-SIG] macholib unknown load command: 2147483682

2009-09-08 Thread Emanuele Santos
Hi, I am trying to create a bundle using py2app dev on snow leopard and python 2.6 and I am getting the following error with macholib: ValueError: Unknown load command: 2147483682 Is there anything I can do to fix it? Part of the stack trace is shown below. Thanks, ... copying /usr/local/

Re: [Pythonmac-SIG] macholib unknown load command: 2147483682

2009-09-08 Thread Christopher Barker
Emanuele Santos wrote: I am trying to create a bundle using py2app dev on snow leopard and python 2.6 and I am getting the following error with macholib: ValueError: Unknown load command: 2147483682 Is there anything I can do to fix it? Make sure you have the latest macholib. You may want in

Re: [Pythonmac-SIG] macholib unknown load command: 2147483682

2009-09-08 Thread Emanuele Santos
I am already using the latest versions of both macholib and py2app. Thanks, -- Emanuele. On Sep 8, 2009, at 5:36 PM, Christopher Barker wrote: Emanuele Santos wrote: I am trying to create a bundle using py2app dev on snow leopard and python 2.6 and I am getting the following error with ma

Re: [Pythonmac-SIG] Appscript and Snow Leopard

2009-09-08 Thread has
Noel Rappin wrote: I have a Python script that I've been using to communicate back and forth with iTunes via py-appscript -- it's worked fine for a long time. Snow Leopard seems to have broken it -- everytime I run the script, it stops, and then exits, claiming that one of the commands has time