I'm trying to install py-appscript to work with Python 3.1. My first attempt
didn't exactly fail, rather py-appscript installed itself to work with the
version of Python pre-installed on my computer (Python 2.6 on macbook pro
running snow leopard). In an effort to get it working with 3.1, I then
downloaded distribute 0.6.19 and appscript 1.0, moved them both to the
directory where python 3.1 is installed. I installed distribute then tried
to install appscript. After spewing out a ton of error messages, it ended
with the line 
"error: command 'gcc-4.0 failed with exit status 1".

Thinking it maybe had something to do with gcc (though I've no idea what gcc
is), I ran the command:
export CC=/usr/bin/gcc-4.0
Unfortunately It still didn't work and returned another error message (see
attachment for screenshot).

Can anyone tell me what my next step should be?



<<attachment: errorMessage.png>>

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to