[google-appengine] Re: How to get the server running

2009-02-07 Thread dartdog

You have to specify the entire path to helloworld

On Feb 6, 1:16 pm, andre...@strombacks.se andre...@strombacks.se
wrote:
 How do you get the server running? I'm trying to do the Hello world
 applicaton described in the Getting started guide and when I'm
 trying to start the webserver with the command: google_appengine/
 dev_appserver.py helloworld/, I only get an error message saying
 Invalid syntax.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How to get the server running

2009-02-07 Thread dartdog

This might help I wrote up my experience with getting helloworld going
http://tombrander.wordpress.com/2008/12/28/getting-started-with-google-app-engine-hello-world/

On Feb 6, 1:16 pm, andre...@strombacks.se andre...@strombacks.se
wrote:
 How do you get the server running? I'm trying to do the Hello world
 applicaton described in the Getting started guide and when I'm
 trying to start the webserver with the command: google_appengine/
 dev_appserver.py helloworld/, I only get an error message saying
 Invalid syntax.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How to get the server running

2009-02-07 Thread andre...@strombacks.se

Thanks for the help but I still don't get it to work. To be honest I'm
feeling a bit stupid right now.

I'm running python version 2.5 and I have tried like a millon ways to
specify the correct path. But where am I supposed to enter the path?
The first I tried was in the Python GUI and in the Python command
line, and there is where I get the syntax error messages.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How to get the server running

2009-02-07 Thread Alexander Kojevnikov

On Feb 8, 4:20 am, andre...@strombacks.se andre...@strombacks.se
wrote:
 The first I tried was in the Python GUI and in the Python command
 line, and there is where I get the syntax error messages.

You should start the development server from the command prompt, not
from the Python interpreter.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How to get the server running

2009-02-06 Thread Mark Hachey
What version of python are you running? If 3.0, it might be a problem with
some commands being obsolete.




On Fri, Feb 6, 2009 at 2:16 PM, andre...@strombacks.se 
andre...@strombacks.se wrote:


 How do you get the server running? I'm trying to do the Hello world
 applicaton described in the Getting started guide and when I'm
 trying to start the webserver with the command: google_appengine/
 dev_appserver.py helloworld/, I only get an error message saying
 Invalid syntax.

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---