[google-appengine] Impossible to use with Google Site?

2009-05-04 Thread Banaticus

Is it impossible to use this with a Google Site?
--~--~-~--~~~---~--~~
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: Impossible to use with Google Site?

2009-05-04 Thread Banaticus

Less specific, I don't really know that it's possible to do that, I'm
asking about integrating a web app developed with the Google App
Engine then linking it or displaying it or running it in conjunction
with a Google Site.  How's this, Is it impossible to use anything
that's worth it, including Google App Engine, on a Google Site?
You'd think that, once you have a web app developed with the Google
App Engine, there'd be some way to add it to a Google Site, but Google
Site keeps rejecting the extra code necessary to run a web app.

Honestly, I see now that the Google App Engine really is how Google
develops -- each developer and developer team has their own tools and
they're all just busy in their own corner working on different
products and there's no overridding quality control manager-type team
to make sure that all the Google services can actually communicate and
work together well.  The files on my Google Pages and the files in my
Google Docs and the files in a cabinet on my Google Site and the file
attachments in my Gmail, honestly, would it really be so hard to just
make everything work together?  To create some sort of underlying
schema that just works with everything instead of recreating the wheel
again and again and again?

Please excuse the rant, I'm just frustrated.

On May 4, 6:18 am, Adam adam.crossl...@gmail.com wrote:
 Could you be less specific, please?

 On May 4, 2:15 am, Banaticus banati...@gmail.com wrote:



  Is it impossible to use this with a Google Site?- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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: What do you use this for?

2009-04-16 Thread Banaticus

So, basically to learn/practice stuff and easily get help?

On Apr 15, 7:53 pm, 风笑雪 kea...@gmail.com wrote:
 GAE is free to get start, has many develops and users who can help
 you resolve problem, use a CDN to ensure the speed wherever visitors come
 from, and so much more.
 And I use it to learn web developing in Python, it offers
 an excellent environment for study.

 2009/4/16 Banaticus banati...@gmail.com





  I guess I'm not seeing the advantages of the Google App Engine right
  off the bat.  What types of services are you deploying that others are
  using?  Currently, I'm just envisioning how I could use this to power
  services for a website... but then why wouldn't I just upload the java
  or python?  Ok, there are some hosting packages that don't allow for
  java or python to be uploaded, but aren't those few and far between?
  What're you using this for?- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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] What do you use this for?

2009-04-15 Thread Banaticus

I guess I'm not seeing the advantages of the Google App Engine right
off the bat.  What types of services are you deploying that others are
using?  Currently, I'm just envisioning how I could use this to power
services for a website... but then why wouldn't I just upload the java
or python?  Ok, there are some hosting packages that don't allow for
java or python to be uploaded, but aren't those few and far between?
What're you using this for?
--~--~-~--~~~---~--~~
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 shut the server down

2009-04-13 Thread Banaticus

Vista Business, running the apps server on the old Python 2.5
version.  Thanks, WallyDD, the server didn't put out a quit message
until I tried to request a page from it after hitting Ctrl+C.

On Apr 10, 11:58 am, WallyDD shaneb...@gmail.com wrote:
 After pressing Ctrl-C, request a page from the server, then it will
 stop.

 On Apr 9, 10:10 pm,Banaticusbanati...@gmail.com wrote:



  If Ctrl-C doesn't work, after closing the cmd window, apparently
  ending the GoogleUpdater process kills the server.- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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] How to shut the server down

2009-04-10 Thread Banaticus

If Ctrl-C doesn't work, after closing the cmd window, apparently
ending the GoogleUpdater process kills the server.

--~--~-~--~~~---~--~~
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] Can't direct app engine server to the yaml file

2009-04-06 Thread Banaticus

I installed Python 2.5.4 and the Google App Engine.  I created a
folder named test on the C drive, with a folder named helloworld
inside it.  In that, I put the app.yaml file and helloworld.py files
that the tutorial suggested, but I can't get the server to run.

I've tried: dev_appserver C:\test\helloworld\
I've tried exactly what the example shows, I've tried perhaps 10
different variations between the two, using backslashes and forward
slashes adding more directory information and leaving more directory
information out -- nothing seems to work.  It keeps saying,
ERROR:root:Application configuration file not found in [then it lists
the directory I gave it].  Any suggestions on why it can't find my
app.yaml file?

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---