Installed the Google App Engine SDK: 1.1.7 11/21/08 http://code.google.com/appengine/downloads.html
Worked perfect. Wanted to go into images, and test locally: http://code.google.com/appengine/docs/images/installingPIL.html#mac Installed this: http://pythonmac.org/packages/py25-fat/dmg/PIL-1.1.6-py2.5-macosx10.4-2007-05-18.dmg Error on install: requires system python 2.5 Installed what was requested (although python is bundled with Leopard and things were already working): http://pythonmac.org/packages/py25-fat/dmg/python-2.5-macosx.dmg Installed Python, then ran the PIL install, worked this time. Things seemed good, but trying to do localhost image manipulation gives: "NotImplementedError: Unable to find the Python PIL library. Please view the SDK documentation for details about installing PIL on your system." Odd, since I followed the instructions... Checked Google App Engine Preferences and saw this gem: "Python Path: ______ The path to the Python installation. If left blank, the Launcer will attempt to find it. If you have installed Python Imaging Library (PIL) from pythonmac.org, try setting this to /usr/local/bin/python2.5" Searched HDD, found this path was there, so set it to: /usr/local/bin/python2.5 Same error on test. Anyone get this to cleanly work as documented by Google? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
