V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
DAOCLOUD
推荐学习书目
Python Cookbook
Using Google App Engine
推荐下载
Latest Google App Engine SDK
其他兼容技术
AppScale
manfay
V2EX  ›  Google App Engine

无法启动GAE launcher

  •  
  •   manfay · 2010-11-11 14:21:17 +08:00 · 5059 次点击
    这是一个创建于 4930 天前的主题,其中的信息可能已经有所发展或是发生改变。
    图形界面无法启动。

    从命令行输入 D:\Python25>python d:\google\dev_appserver.py d:\helloworld
    出现以下错误:

    WARNING 2010-11-11 06:08:50,311 datastore_file_stub.py:820] Could not read data
    store data from c:\docume~1\user\locals~1\temp\dev_appserver.datastore

    怎么办啊?有人遇到过类似问题吗?
    3 条回复    1970-01-01 08:00:00 +08:00
    Sunyanzi
        1
    Sunyanzi  
       2010-11-11 15:52:05 +08:00
    Sunyanzi@Chobit:~/gae$ ./update
    ./_sdk/appcfg.py:42: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
    os.path.join(DIR_PATH, 'lib', 'django'),
    /home/lienhong/gae/_sdk/google/appengine/tools/dev_appserver_login.py:33: DeprecationWarning: the md5 module is deprecated; use hashlib instead
    import md5
    Application: ****; version: 1.
    Server: appengine.google.com.
    Scanning files on local disk.
    Initiating update.
    Cloning 2 application files.
    Uploading 2 files and blobs.
    Uploaded 2 files and blobs
    Precompilation starting.
    Precompilation completed.
    Deploying new version.
    Checking if new version is ready to serve.
    Will check again in 1 seconds.
    Checking if new version is ready to serve.
    Will check again in 2 seconds.
    Checking if new version is ready to serve.
    Closing update: new version is ready to start serving.
    Sunyanzi@Chobit:~/gae$


    我这边一切正常啊 ...
    kerie
        2
    kerie  
       2010-11-11 22:51:04 +08:00
    只要删除c盘用户下的两个配置文件就好了,位于/google/google_appengine_launcher.ini和google_appengine_projects.ini
    manfay
        3
    manfay  
    OP
       2010-11-11 23:33:23 +08:00
    谢谢二位,我今天是在公司里安装的,明天放假在家里再试试。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   918 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 21:56 · PVG 05:56 · LAX 14:56 · JFK 17:56
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.