GoogleAppEngineLuancher 开着iSSH
不连VPN遇到urllib2.URLError: <urlopen error (60, 'Operation timed out')>
一开VPN直接验证失败。
调试也遇到好多问题。
用Macports装了PIL
在terminal里找到了..
>>> import PIL
>>> PIL
<module 'PIL' from '/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/PIL/__init__.pyc'>
python2.5 -c "from PIL import Image" 也没出现任何错误提醒。
但在GAE Luancher调试报错,
raise NotImplementedError("Unable to find the Python PIL library. Please "
NotImplementedError: Unable to find the Python PIL library. Please view the SDK documentation for details about installing PIL on your system.
这到底是怎么会是呀。求救...
GAEluancher是最新版本
不连VPN遇到urllib2.URLError: <urlopen error (60, 'Operation timed out')>
一开VPN直接验证失败。
调试也遇到好多问题。
用Macports装了PIL
在terminal里找到了..
>>> import PIL
>>> PIL
<module 'PIL' from '/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/PIL/__init__.pyc'>
python2.5 -c "from PIL import Image" 也没出现任何错误提醒。
但在GAE Luancher调试报错,
raise NotImplementedError("Unable to find the Python PIL library. Please "
NotImplementedError: Unable to find the Python PIL library. Please view the SDK documentation for details about installing PIL on your system.
这到底是怎么会是呀。求救...
GAEluancher是最新版本

