amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

OSX 10.5.8 install fail - python version #206

Open pod909 opened 9 years ago

pod909 commented 9 years ago

Hi,

Arduino 1.0.3 OSX 10.5.8 Python 2.7 installed from python.org build

easy_install attempts a 2.5 install and then errors on pypi install:

Searching for ino Best match: ino 0.3.6 Processing ino-0.3.6-py2.5.egg ino 0.3.6 is already the active version in easy-install.pth Installing ino script to /usr/local/bin

Using /Library/Python/2.5/site-packages/ino-0.3.6-py2.5.egg Processing dependencies for ino Searching for configobj Reading http://pypi.python.org/simple/configobj/ Best match: configobj 5.0.6 Downloading https://pypi.python.org/packages/source/c/configobj/configobj-5.0.6.tar.gz#md5=e472a3a1c2a67bb0ec9b5d54c13a47d6 Processing configobj-5.0.6.tar.gz Running configobj-5.0.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-uZFXE5/configobj-5.0.6/egg-dist-tmp-p3-cYv for python versions < 2.6 use configobj version 4.7.2 error: Setup script exited with 1

pod909 commented 9 years ago

This was a python install issue. I needed to patch easy install with this http://peak.telecommunity.com/dist/ez_setup.py

notes on upgrading python on 10.5 here... http://jessenoller.com/blog/2009/03/16/so-you-want-to-use-python-on-the-mac