先日のサンプルプログラムはあきらめ URL Fetch API用の別の以下のプログラム
Google App EngineでXMLをパースする方法(python版WebService::Simpleを使ってflickr画像検索を作る) のサンプルは動作させることができた。
http://localhost:8080/flickr/
Flickr の API Key も http://www.flickr.com/services/から取得
いろいろな API http://www.flickr.com/services/api/ が用意
されている。
プロジェクトフォルダ以下のファイルリスト
│ app.yaml
│ flickr.html
│ flickr.py
│ index.yaml
│ webSimple.py
│ webSimple.pyc
│
└─elementtree
ElementInclude.py
ElementPath.py
ElementPath.pyc
ElementTree.py
ElementTree.pyc
HTMLTreeBuilder.py
SgmlopXMLTreeBuilder.py
SimpleXMLTreeBuilder.py
SimpleXMLTreeBuilder.pyc
SimpleXMLWriter.py
TidyHTMLTreeBuilder.py
TidyTools.py
XMLTreeBuilder.py
__init__.py
__init__.pyc
--
SDK102 にしたところ、下記のエラーで動作しなくなる
'photos' : res.parse_xml().find("photos").getchildren(),
AttributeError: 'NoneType' object has no attribute 'getchildren'