On Jan 4, 2010, at 8:33 PM, owntheweb wrote: > No dice this round. It's odd. If I look in > /Library/Frameworks/Python.framework/Versions/ , I see a 2.5 in > there (no > 2.6). But when I run python, It's running 2.6.4. Maybe this is > leftovers > from running Route A when I first started: > sudo python_select python26 > > Any way to unselect that?
Yes, and you are right, that is it still using the macports python version. You'll want to stick now to either python25 from python.org or python26 from python.org. which will be, respectively: /usr/local/bin/python2.5 and /usr/local/bin/python2.6 To purge the macports version do: sudo port uninstall python26 sudo port clean python26 Also, if you go the route of trying to run the Framework I sent you, you'll need to install http://www.kyngchaos.com/files/software/unixport/GDAL_Complete.dmg and http://www.kyngchaos.com/files/software/unixport/PROJ_Framework-4.7.0-1.dmg Sorry, I forgot about those... Dane _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

