[google-appengine] Re: Noobie with google app engine. Need some help.

2009-04-07 Thread Ray Malone
Take a look at the documentation for uploading an app here http://code.google.com/appengine/docs/python/tools/uploadinganapp.html However, I think you are using the app engine patch and may need this instead. http://code.google.com/p/app-engine-patch/wiki/GettingStarted I don't use the path

[google-appengine] Re: Noobie with google app engine. Need some help.

2009-04-07 Thread dartdog1
It is not easy.. 1st you need to get your machine set to use the Google App engine SDK and development server... I put my experience with that here http://tombrander.wordpress.com... then you need to get your current version of the app running there... from other messages I see you have left it

[google-appengine] Re: Noobie with google app engine. Need some help.

2009-04-07 Thread Aaron
I don't think he means updating. I was given the website application files. I need to modify and also import my html and css code into this folder on my computer. The problem is when manage.py is in that app folder and when I run it in terminal I get a error sayin g can't find SDK. yet when I

[google-appengine] Re: Noobie with google app engine. Need some help.

2009-04-07 Thread Aaron
Is their any instant chat room that can help me with google apps engine? On Apr 7, 2:29 pm, Aaron shyhockey...@gmail.com wrote: I don't think  he means updating. I was given the website application files. I need to modify and also import my html and css code into this folder on my computer.

[google-appengine] Re: Noobie with google app engine. Need some help.

2009-04-07 Thread Aaron
ya that is where I am at right now. I am trying to get my computer to a point where I can then focus on getting the site uploaded. I am having problems getting the scripts that the previous coder made and also getting manage.py to see or find SDK of google app engine. I asked the ceo to ask

[google-appengine] Re: Noobie with google app engine. Need some help.

2009-04-07 Thread dartdog1
If you will stop trying to shortcut the process,, try just getting the sdk running with the supplied tutorial,, the environment is very unlike the normal one shortcuts don't work. The whole model is different, and the same applies to uploading a modified site...again look at my stuff I think I'm