http://groups.google.com/group/google-appengine sounds to be a good start.
-- Yoan
On Thu, Apr 24, 2008 at 11:21 PM, davidp <[EMAIL PROTECTED]> wrote:
>
> I'm having the same problem but still didn't got it working... btw,
> when installing the Google App Engine SDK it didn't
> updated the PATH variable... could you tell me what you've got in it?
>
> One weird thing about the error is that it's not even looking for the
> app.yalm file in the right directory, check this out:
>
> mac:googleapps diecinueve$ dev_appserver.py /Users/diecinueve/Sites/
> googleapps/helloworld/
>
> Traceback (most recent call last):
> File "/usr/local/google_appengine/dev_appserver.py", line 50, in
>
> <module>
> execfile(script_path, globals())
> File "/usr/local/google_appengine/google/appengine/tools/
> dev_appserver_main.py", line 338, in <module>
>
> sys.exit(main(sys.argv))
> File "/usr/local/google_appengine/google/appengine/tools/
> dev_appserver_main.py", line 287, in main
>
> config, matcher = dev_appserver.LoadAppConfig(root_path, {})
> File "/usr/local/google_appengine/google/appengine/tools/
> dev_appserver.py", line 2425, in LoadAppConfig
>
> raise AppConfigNotFoundError
> google.appengine.tools.dev_appserver.AppConfigNotFoundError
>
> any ideas on what to do?
>
> thanks,
> david.
>
>
>
> On Apr 18, 4:58 am, peter <[EMAIL PROTECTED]> wrote:
> > > how do you start /configure this app with web.py? is a config file
> needed ?
> >
> > a) installed webpy 0.3 on my system (python setup.py install)
> > - I added the 0.3 source because the sample Aaron supplied works
> > without changes
> >
> > b) To allow remote development add webpy.web (web/) to your source
> > directory
> > for uploading.
> >
> > c) To allow local development you have to let the google code see
> > webpy.web
> > so create a symbolic link from your webpy install to a web directory
> > up from
> > your source code in the root dir of your google appengine install
> >
> > ln -s /usr/lib/python2.5/site-packages/web web
> >
> > This is mentioned in the docs ~
> > http://code.google.com/appengine/docs/python/purepython.html
> >
> > d) I've found problems with Cheetah. I had it installed and received
> > errors
> > because it calls strop. So I removed my local copy and the error
> > stopped.
> >
> > e) You should be able to work locally & remotely using webpy.
> >
> > You can see a screencap of a
> demohttp://flickr.com/photos/bootload/2421595533/
>
> > where I tried:
> >
> > - import web
> > - dir(web)
> >
> > Nothing special, but proved to me webpy installs well. The source app
> > Aaron supplied ~http://webpy.appspot.com/also works out of the box.
> >
> > As a side note one of the original developers Bret Taylor based app-
> > engine
> > and Friendfeedhttp://bret.appspot.com/entry/experimenting-google-app-engine
>
>
> > on webpy. A good reason to work with webpy.
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---