Gae sdk はエラーなしで (2.7 と webapp2 を使用して) 実行されていましたが、突然停止しました。今では、開始ページから例を取得することさえできません。
私はpythonとgaeの両方をクリーンインストールしました。サイコロはありません。Python 2.7 (2.7.3、activestate 2.7.2) と gae (1.6.4、1.6.5、1.6.6) の異なるバージョンを試しましたが、まだ以下の ImportError が発生しています。
追加情報:
- _socket モジュールを cmd または python シェルにエラーなしでインポートできます。
- 私のラップトップでもまったく同じ問題があります。
- 私のガールフレンドの Vista マシンは、サンプル コードを正常に実行します。
- 私は Python 2.5 をインストールしていません。GAE が T:\Program Files (x86)\Google\google_appengine\ の python25.dll ファイルを参照していると推測しています。
> 2012-05-22 12:56:59 Running command: "['T:\\Python27\\pythonw.exe', 'T:\\Program Files > (x86)\\Google\\google_appengine\\dev_appserver.py', > '--admin_console_server=', '--port=8080', > u'T:\\Users\\Wyatt\\Desktop\\helloworld']" > Traceback (most recent call last): > File "T:\Program Files (x86)\Google\google_appengine\dev_appserver.py", line 126, in <module> > run_file(__file__, globals()) > File "T:\Program Files (x86)\Google\google_appengine\dev_appserver.py", line 122, in run_file > execfile(script_path, globals_) > File "T:\Program Files (x86)\Google\google_appengine\google\appengine\tools\dev_appserver_main.py", > line 157, in <module> > from google.appengine.tools import appcfg > File "T:\Program Files (x86)\Google\google_appengine\google\appengine\tools\appcfg.py", line > 41, in <module> > import mimetypes > File "T:\Python27\lib\mimetypes.py", line 29, in <module> > import urllib > File "T:\Python27\lib\urllib.py", line 26, in <module> > import socket > File "T:\Python27\lib\socket.py", line 47, in <module> > import _socket > ImportError: Module use of python25.dll conflicts with this version of Python. > 2012-05-22 12:56:59 (Process exited with code 1)