Hi,
A couple of questions and suggestions.
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)?
Does the result change if you run this explicitly with Python 2.5 (as in
c:\python\python25.exe dev_appserver.py helloworld)?
Does it work if you name the full path to helloworld (dev_appserver.py
c:\...\helloworld\).
-Marzia
On Fri, Oct 24, 2008 at 7:53 PM, sketchor <[EMAIL PROTECTED]> wrote:
>
> Yes, I did use python26. After seeing your post, I installed python25
> in a different dir then set the PATH to it. Invoking python showed
> that it's version 2.5.2.
>
> But, the command "dev_appserver.py helloworld/" still failed with
> exact same error messages as with python26 only without the Warning
> message.
>
> Any ideas?
>
> On Oct 24, 6:47 pm, Alexander Kojevnikov <[EMAIL PROTECTED]>
> wrote:
> > It looks like you are using Python 2.6 which added the depreciation
> > warnings for some obsolete libraries.
> >
> > You need to use Python 2.5 with the SDK, it doesn't work with 2.6 yet.
> >
> > --www.muspy.com
> >
> > On Oct 25, 9:26 am, sketchor <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > Hello,
> >
> > > I just tried to start the Google App server and got these error
> > > messages. Is there a forum or discussion group for these types of
> > > problems? Thanks in advance for any pointers!
> >
> > > c:\soft\google\helloworld>dev_appserver.py helloworld/
> >
> > > C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \appcfg.py:40: DeprecationWarning: the sha module is deprecated; use
> > > the hashlib module instead
> > > import sha
> > > Traceback (most recent call last):
> > > File "C:\Program Files\Google\google_appengine\dev_appserver.py",
> > > line 55, in <module>
> > > execfile(script_path, globals())
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \dev_appserver_main.py", line 358, in <module>
> > > sys.exit(main(sys.argv))
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \dev_appserver_main.py", line 306, in main
> > > config, matcher = dev_appserver.LoadAppConfig(root_path, {})
> > > File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > > \dev_appserver.py", line 2638, in LoadAppConfig
> > > raise AppConfigNotFoundError
> > > google.appengine.tools.dev_appserver.AppConfigNotFoundError- Hide
> quoted text -
> >
> > - Show quoted text -
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---