Hello, I am having problems starting my development server, I am getting following message when run in debug mode
C:\Users\Sambi>dev_appserver.py -d g:\Workspace\tollyMdb\src\ INFO 2008-12-14 23:36:33,141 appcfg.py] Server: appengine.google.com INFO 2008-12-14 23:36:33,150 appcfg.py] Checking for updates to the SDK. DEBUG 2008-12-14 23:36:33,151 appcfg.py] Creating request for: 'http://appeng ine.google.com/api/updatecheck? release=1.1.7×tamp=1227225249&api_versions=% 5B%271%27%5D' with payload: INFO 2008-12-14 23:36:33,384 appcfg.py] The SDK is up to date. WARNING 2008-12-14 23:36:33,385 datastore_file_stub.py] Could not read datastor e data from e:\appdata\local\temp\dev_appserver.datastore WARNING 2008-12-14 23:36:33,385 datastore_file_stub.py] Could not read datastor e data from e:\appdata\local\temp\dev_appserver.datastore.history ERROR 2008-12-14 23:36:33,437 dev_appserver_main.py] <type 'exceptions.Attrib uteError'>: 'module' object has no attribute 'ImageFile' DEBUG 2008-12-14 23:36:33,443 dev_appserver_main.py] Traceback (most recent c all last): File "C:\Program Files\Google\google_appengine\google\appengine\tools \dev_apps erver_main.py", line 323, in main dev_appserver.SetupStubs(config.application, **option_dict) File "C:\Program Files\Google\google_appengine\google\appengine\tools \dev_apps erver.py", line 2764, in SetupStubs images_stub.ImagesServiceStub()) File "C:\Program Files\Google\google_appengine\google\appengine\api \images\ima ges_stub.py", line 45, in __init__ Image.init() File "C:\Python25\lib\site-packages\PIL\Image.py", line 345, in init __import__(f, globals(), locals(), []) File "C:\Python25\lib\site-packages\PIL\TiffImagePlugin.py", line 440, in <mod ule> class TiffImageFile(ImageFile.ImageFile): AttributeError: 'module' object has no attribute 'ImageFile' ------------------------------------------------------------------------------------------------------------------------------------------ I tried clearing the datastore and start again but it didn't work. Can anyone help me with this. Thanks, Sambi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
