Sorry for not responding to these sooner. > First, what is your full PYTHONPATH? What is the in the directory > helloworld.py, and are there any permissions issues with the files in the > directory (like not being set to readable by the dev_appserver)?
C:\soft\python25\ Note: the python exe in that location is python.exe. > Does the result change if you run this explicitly with Python 2.5 (as in > c:\python\python25.exe dev_appserver.py helloworld)? With the full path of python.exe specified, python.exe: Can't open file 'dev_appserver.py': [Error 2] No such file or directory > Does it work if you name the full path to helloworld (dev_appserver.py > c:\...\helloworld\). With the full path of dev_appserver.py specified, got ImportError: No Module named google.appengine.tools Following is the command I ran: C:\soft\google\helloworld>C:\"Program Files"\Google\google_appengine \google\appengine\tools\dev_appserver.py helloworld/ Traceback (most recent call last): File "c:\Program Files\Google\google_appengine\googleengine\tools \dev_appengine\tools\dev_appserver.py", line 34, in (module) from google.appengine.tools import os_compat ImportError: No module named google.appengine.tools This is pretty hard to just try out a simple program. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
