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 seems that you have problems at that point...so
get those solved... If you don't have a useful development environment
your going to have a long road.. I've found Eclipse with Pydev to be
very helpful but it too has a learning curve.

I'm currently struggling with Google App engine patch and Django
examples but the above steps are how I got that far. FWIW, Finding the
files for modifying code within Django is not very easy and my guess
id that if you are using the app-engine patch you probably got Django
as well,, so looking at that doccumentation might help...

Good luck, you may have bitten off too much ??

As I said I'm still struggling... but keeping at it as there seems to
be some gold at the end of the rainbow!

On Apr 7, 1:50 pm, Aaron <shyhockey...@gmail.com> wrote:
> 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.
>
> > 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 move that manage.py file to the google app engine folder It
> > finds the SDK  and runs fine well I get also a error saying module
> > contact is missing.
>
> > So I told the programmer that problem. He told me it needs to stay in
> > that app folder.
>
> > Then to fix the cannot find SDK error I have to use that path stuff.
>
> > I wasn't sure if  he means  to add that as code to manage.py  or to
> > type that in the terminal.
>
> > Or if it was a example of where the path should be.
>
> > I am not totally sure.   I just have to figure this all out quickly.
> > The ceo is very ticked off and really wants it done really soon.
>
> > He is now asking me when I will be done with making my changes to the
> > site. He already got another project for me.
>
> > I am not making big bucks but I need some experience on my resume
> > because alot of jobs turned me down because I didn't have industry
> > experience.
>
> > So this is the only reason I am doing this. I am just getting paid 75
> > bucks for the first modifications.
>
> > So I really do need a faster way to understand how to use google
> > engine.
>
> > I have experience in html, css, php, apache, mysql, microsoft access.
> > I do have experience with python.
>
> > I don't hever experience with google apps engine. I am not even well
> > experienced with python to work on big software apps.
>
> > So if you do know php and what I basicly know. I would like someone to
> > explain it in terms what I know saying for like php mysql
>
> > you would use code like this for python/google apps etc.
>
> > I wish I had more time where I can look at the guides and take my time
> > learning and experiencing google apps but I don't.
>
> > the ceo knows I don't have experience with google.
>
> > I am also the only one doing it cheap for him. Others asked him for
> > 1,500 bucks.
>
> > SO currently I am stressing out. He wants me to say a deadline but yet
> > I can't really say when I will be finished unless I have control and
> > understand the structure of the google app engine so I would know what
> > to do and work on it quickly.
>
> > Last night I didn't get to go to bed cause while I am trying to learn
> > this stuff I was also studying for exams for college classes and also
> > had to do a tax problem.
>
> > So I  hope you understand my stress level. I wish I had more time but
> > I don't I normally don't ask alot of questions but since I have
> > limited time I need to know what links I would need so I don't waste
> > any time looking at something that I wouldn't need at all to learn.
>
> > On Apr 7, 11:18 am, Ray Malone <rayish...@gmail.com> wrote:
>
> > > Take a look at the documentation for uploading an app 
> > > herehttp://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 and don't have experience setting it up, but this
> > > should help.
>
> > > On Apr 7, 10:52 am, Aaron <shyhockey...@gmail.com> wrote:
>
> > > > HI, I am very confused on how to use google app engine. I have a job
> > > > as a vp of technlology. I was a website developer.
>
> > > > I only know html,css, php, python.  I never heavily used python so I
> > > > am rusty with it.
>
> > > > I only had experience with using apache and mysql.
>
> > > > I am new to google application and have been doing research on it. I
> > > > found it uses a different database system.
>
> > > > I already made the website for the company now I need to upload it to
> > > > google apps and also make modifications in python scripts to add some
> > > > server sided functionalities.
>
> > > > So far it's been about 4 weeks. My ceo is really upset. He never gave
> > > > a deadline but he wanted it to be done as soon as possible. He is now
> > > > breathing down my neck. I am stressed out .
>
> > > > So to make matters worst I need to learn how google apps engine works
> > > > and how I can use it in a quick manner.
>
> > > > The ceo has been talking to the previous VP of technology.
>
> > > > He is the one the made the website. I just added onto it. So He gave
> > > > me the original website files meaningthe python and the folder.
>
> > > > He told me I have to use manage.py  to update or test run the app
> > > > meaning the website.
>
> > > > Currently I tried the manage.py which was inthe apps folder  and this
> > > > folder was in googles engine folder.
>
> > > > I been getting a error saying can't find SDK.
>
> > > > So I moved the manage.py to googles app engine folder and it worked.
> > > > Yet when I tried updating It showed 96 files trying to be updated to
> > > > googles server then I got a limit error.
>
> > > > I e-mailed the ceo which e-mailed the previous programmer. He told me
> > > > that the manage.py needs to stay in the app folder not the google
> > > > engine folder.
>
> > > > He told me I need to use  PATH=$PATH:/path/to/google_
>
> > > > I don't understand what he ment by that.   I am guessing  I had to add
> > > > that to manage.py?
>
> > > > Not sure I might e-mail them back.
>
> > > > So currently I need to just update a website which is a web app on
> > > > google app engine.
>
> > > > So I need to learn the structure of how to use  google apps engine.
>
> > > > I need a tutorial that would explain  me the structure  from a php/
> > > > mysql apache user point of view.
>
> > > > Meaning I need a explanation  what's used with php and what is used in
> > > > google that relates to php in the server sided way.
>
> > > > I thiink that would be the quickest way i can learn this else I might
> > > > get fired. I do really need to keep this job.
>
> > > > I told the ceo that I am not experienced in google nor python. I  did
> > > > some coding in python but it wasn't that much to make any app.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to