Hey it works!!! Looks like the zip was corrupted, I kind of had a
feeling all along that could be the case since I was getting CRC
mismatches on all the extracts (I must have downloaded that zip at
least 10 times). Here's my output:

ch...@chris-laptop:~/helloworld$ python ../google_appengine/
dev_appserver.py .
INFO     2009-04-04 00:48:41,088 appengine_rpc.py] Server:
appengine.google.com
Allow dev_appserver to check for updates on startup? (Y/n): y
dev_appserver will check for updates on startup.  To change this
setting, edit /home/chris/.appcfg_nag
INFO     2009-04-04 00:49:51,723 appcfg.py] Checking for updates to
the SDK.
INFO     2009-04-04 00:49:51,855 appcfg.py] The SDK is up to date.
WARNING  2009-04-04 00:49:51,855 datastore_file_stub.py] Could not
read datastore data from /tmp/dev_appserver.datastore
WARNING  2009-04-04 00:49:51,855 datastore_file_stub.py] Could not
read datastore data from /tmp/dev_appserver.datastore.history
INFO     2009-04-04 00:49:52,003 dev_appserver_main.py] Running
application helloworld on port 8080: http://localhost:8080

Looks good I think, besides the warnings, but I'm assuming these are
due to the fact that the datastore hasn't been created yet and thus no
objects are in it.

Thanks so much for all your help Tim, it is greatly appreciated. Now I
can finally get to have some fun with appengine



On Apr 3, 7:55 pm, Tim Hoffman <[email protected]> wrote:
> Hi Chris
>
> You distribution is definately corrupted for some reason.
>
> Try downloading it like this.
> First of rename or remove your existing google_appengine
>
> > cd
>
> this will put you in your home directory
>
> > wgethttp://googleappengine.googlecode.com/files/google_appengine_1.1.9.zip
>
> Once that finishes
>
> > unzip ./google_appengine_1.1.9.zip
>
> There should be no crc errors at all, if there is it suggests to me
> that maybe some intervening
> proxy is giving you a cached copy that is at fault, as I just tried it
> here and it worked fine.
>
> Now
>
> > cd ./helloworld
> > python ../google_appengine/dev_appserver.py .
>
> See how you go.
>
> Rgds
>
> Tim
>
> On Apr 4, 7:38 am, bobdob <[email protected]> wrote:
>
> > Hey Tim, thanks again for the input, I finally think I might be on to
> > something now, so I'll try to explain it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to