That is not true. My setup works and is as follows for WindowsXP.
Install Python 2.5.x on whatever drive you like, C:\Pyhon25 Install google_appengine in whatever directory you like, C:\google\google_appengine Make sure this GAE dir is part of the PATH environment variable Put your project in whatever dir you want, C:\Projects\My_GAE_app in a command window, cd C:\Projects dev_appserver.py My_GAE_app 2008/12/8 wowm <[EMAIL PROTECTED]>: > > Ok, i found the solution and it is plain ridiculous. > > The dev_appserver thing only works if your project is inside the > google_appengine folder... I don't know if we are able to put in some > kind of relative paths. > > So... move your project to google_appengine folder, run the server, > and be happy. > > > Regards > > > > > > On Oct 28, 7:14 pm, sketchor <[EMAIL PROTECTED]> wrote: >> 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 -~----------~----~----~----~------~----~------~--~---
