Right, that's correct. You could try using the third-party PyDev plugin for
eclipse. It has an App Engine project template as well.
I downloaded it, but haven't yet tried it out myself. (So addicted to vim).

- pamela

On Fri, Nov 6, 2009 at 3:58 PM, goatus <[email protected]> wrote:

>
> Figured it out... in the Python area it mentions this plugin but
> doesn't mention it's for Java.  For Python don't use the eclipse
> plugin.
>
> On Nov 5, 11:15 am, goatus <[email protected]> wrote:
> > I'm getting the HTTP404- File not found error when trying to go to
> > "http://enigma-machine.appspot.com/_wave/capabilities.xml"; however I
> > checked the typical issue of having mis-typed in the yaml file(I
> > think).
> >
> > application: enigma-machine
> > version: 1
> > runtime:python
> > api_version: 1
> >
> > handlers:
> > - url: /_wave/.*
> >   script: enigma-machine.py
> > - url: /assets
> >   static_dir: assets
> >
> > There is a good chance I'm off with my set up for development and/or
> > structure.  I'm using Eclipse with the Google plugin.  Where I might
> > be missing:
> > 1)  When making a Google Web Application project, the src and
> > everything seems to be geared towards a Java project rather thanPython
> > 2)  I'm not sure I'm doing the file structure right...  I've tried
> > quite a few different things(including making different directories,
> > putting source in different areas) which may or may not have muddled
> > up the works
> >
> > The structure is as follows:
> > TestWave
> >   -.settings
> >   -src
> >      +com
> >      +META-INF
> >      app.yaml    <- located here on 1st attempt
> >      enigma-machine.py   <-located here on 1st attempt
> >      log4j.properties   <-autogenerated
> >   -war
> >      +WEB-INF
> >      index.html
> >      -lib
> >           +simplejson
> >           <all files from the waveapi>
> >           appengine-web.xml  <-autogenerated
> >           logging.properties  <-autogenerated
> >           web.xml  <-autogenerated
> >   -web
> >       -_wave  <-I created this..  probably superfluous)
> >   .classpath  <-autogenerated file
> >   .project  <-autogenerated file
> >   app.yaml  <-put file here 2nd time
> >   enigma-machine.py  <- put file here 2nd try
> >
> > (+closed directory, -open directory)
> >
> > Any help would be appreciated.  Thanks!
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" 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-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to