[google-appengine] python 2.6...

2010-04-13 Thread Lord Gustavo Miguel Angel
hi.

i have install ubuntu 9.10 with python 2.6
my question:
app-engine work with version 2.6?

thank's

-- 
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-appeng...@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] [ Where are my error? ] Autoresponsed

2009-03-19 Thread Lord Gustavo Miguel Angel

Sorry,

When i save my file (holamundo.py) editor "Intype" is
in  "ANSI FILE" and CR...

Incorrect: "CR"
Correct: "CR + LF"

Now my litle project is run.

Thank´s 


--~--~-~--~~~---~--~~
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] [ where are my error? ]

2009-03-19 Thread Lord Gustavo Miguel Angel

Hello!

Where are my error?

: invalid syntax (holamundo.py, line 1)
  args = ('invalid syntax',
(r'd:\google\trabajos\holamundo\holamundo.py', 1, 40, 'from
google.appengine.ext import webapp\rfrom goo...iAplicacion)\r\t\rif __name__
== "__main__":\r\tmain()'))
  filename = r'd:\google\trabajos\holamundo\holamundo.py'
  lineno = 1
  message = ''
  msg = 'invalid syntax'
  offset = 40
  print_file_and_line = None
  text = 'from google.appengine.ext import webapp\rfrom
goo...iAplicacion)\r\t\rif __name__ == "__main__":\r\tmain()'

Thank´s

my code:
---8< --

from google.appengine.ext import webapp
from google.appengine.ext.webapp.util import run_wsgi_app

class paginaPrincipal(webapp.RequestHandler):
 def get(self):
  self.response.headers['Content-Type'] = 'text/plain'
  self.response.out.write('holanda')

miAplicacion = webapp.WSGIApplication(
  [('/', paginaPrincipal)],
  debug=True)

def main():
 run_wsgi_app(miAplicacion)

if __name__ == "__main__":
 main()

---8< --  


--~--~-~--~~~---~--~~
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: from google.appengine.ext

2009-03-19 Thread Lord Gustavo Miguel Angel
oH lan, thank´s

  - Original Message - 
  From: Ian Lewis 
  To: google-appengine@googlegroups.com 
  Sent: Wednesday, March 18, 2009 10:45 PM
  Subject: [google-appengine] Re: from google.appengine.ext


  Gustavo,

  google.appengine.ext contains a number of things not the least of which is 
the datastore api. You will probably have the most success searching the group 
archives.

  Ian


  On Thu, Mar 19, 2009 at 8:18 AM, Lord Gustavo Miguel Angel 
 wrote:

Hi,

I need information about google.appendine.ext, 
some link?

Thank´s

Gustavo.
Argentina.







  -- 
  ===
  株式会社ビープラウド  イアン・ルイス
  〒150-0012
  東京都渋谷区広尾1-11-2アイオス広尾ビル604
  email: ianmle...@beproud.jp
  TEL:03-5795-2707
  FAX:03-5795-2708
  http://www.beproud.jp/
  ===

  

--~--~-~--~~~---~--~~
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] from google.appengine.ext

2009-03-18 Thread Lord Gustavo Miguel Angel
Hi,

I need information about google.appendine.ext, 
some link?

Thank´s

Gustavo.
Argentina.
--~--~-~--~~~---~--~~
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: dev_appserver.py", line 55, in

2009-03-17 Thread Lord Gustavo Miguel Angel
Matthew, 
yes, i´m using started tutorial. 

  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 10:19 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 


  Do you have a .yaml file? Are you using the Getting Started tutorial?


  On Mon, Mar 16, 2009 at 8:24 PM, Lord Gustavo Miguel Angel 
 wrote:

with python 2.5.4 equal. same error.
  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 9:10 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 




  The Development Environment
  You develop and upload applications for Google App Engine using the App 
Engine software development kit (SDK).

  The SDK includes a web server application that simulates the App Engine 
environment, including a local version of the datastore, Google Accounts, and 
the ability to fetch URLs and send email directly from your computer using the 
App Engine APIs. The SDK runs on any computer with Python 2.5, and versions are 
available for Windows, Mac OS X and Linux.

  If necessary, download and install Python 2.5 for your platform from the 
Python website...

  
http://code.google.com/appengine/docs/python/gettingstarted/devenvironment.html

  You need to have Python 2.5 and you only have Python 2.4.5 installed.
   

  On Mon, Mar 16, 2009 at 8:05 PM, Lord Gustavo Miguel Angel 
 wrote:



sorry i don´t understand

  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 8:50 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 



  Don't forget the first sentence.


  On Mon, Mar 16, 2009 at 7:29 PM, Lord Gustavo Miguel Angel 
 wrote:

thank´s
But i have python 2.4.5 not 3.0

  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 6:09 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 



  I know that one of the requirements to run GAE is to have at 
least Python 2.5. Don't go running to Python 3.0 though just quite yet for GAE. 
It's not supported AFAIK.


  On Mon, Mar 16, 2009 at 3:54 PM, goosfancito 
 wrote:


hello,

OS: windows xp Sp2
version python: 2.4.5


i´m new user googe app engine. when i do

dev_appserver.py holamundo

appeserver reports

- 8< -
 File "C:\Google\google_appengine\dev_appserver.py", line 55, in

   execfile(script_path, globals())
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py"
, line 358, in 
   sys.exit(main(sys.argv))
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py"
, line 306, in main
   config, matcher = dev_appserver.LoadAppConfig(root_path, {})
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver.py", lin
e 2638, in LoadAppConfig
   raise AppConfigNotFoundError
google.appengine.tools.dev_appserver.AppConfigNotFoundError

- 8< -

Why?
Thank´s






  -- 

  M. Page-Lieberman
  mateus.just...@gmail.com






  -- 
  M. Page-Lieberman
  mateus.just...@gmail.com





  -- 
  M. Page-Lieberman
  mateus.just...@gmail.com





  -- 
  M. Page-Lieberman
  mateus.just...@gmail.com

  

--~--~-~--~~~---~--~~
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: dev_appserver.py", line 55, in

2009-03-16 Thread Lord Gustavo Miguel Angel
with python 2.5.4 equal. same error.
  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 9:10 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 




  The Development Environment
  You develop and upload applications for Google App Engine using the App 
Engine software development kit (SDK).

  The SDK includes a web server application that simulates the App Engine 
environment, including a local version of the datastore, Google Accounts, and 
the ability to fetch URLs and send email directly from your computer using the 
App Engine APIs. The SDK runs on any computer with Python 2.5, and versions are 
available for Windows, Mac OS X and Linux.

  If necessary, download and install Python 2.5 for your platform from the 
Python website...

  
http://code.google.com/appengine/docs/python/gettingstarted/devenvironment.html

  You need to have Python 2.5 and you only have Python 2.4.5 installed.
   

  On Mon, Mar 16, 2009 at 8:05 PM, Lord Gustavo Miguel Angel 
 wrote:



sorry i don´t understand

  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 8:50 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 


  Don't forget the first sentence.


  On Mon, Mar 16, 2009 at 7:29 PM, Lord Gustavo Miguel Angel 
 wrote:

thank´s
But i have python 2.4.5 not 3.0

  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 6:09 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 



  I know that one of the requirements to run GAE is to have at least 
Python 2.5. Don't go running to Python 3.0 though just quite yet for GAE. It's 
not supported AFAIK.


  On Mon, Mar 16, 2009 at 3:54 PM, goosfancito  
wrote:


hello,

OS: windows xp Sp2
version python: 2.4.5


i´m new user googe app engine. when i do

dev_appserver.py holamundo

appeserver reports

- 8< -
 File "C:\Google\google_appengine\dev_appserver.py", line 55, in

   execfile(script_path, globals())
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py"
, line 358, in 
   sys.exit(main(sys.argv))
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py"
, line 306, in main
   config, matcher = dev_appserver.LoadAppConfig(root_path, {})
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver.py", lin
e 2638, in LoadAppConfig
   raise AppConfigNotFoundError
google.appengine.tools.dev_appserver.AppConfigNotFoundError

- 8< -

Why?
Thank´s






  -- 

  M. Page-Lieberman
  mateus.just...@gmail.com






  -- 
  M. Page-Lieberman
  mateus.just...@gmail.com





  -- 
  M. Page-Lieberman
  mateus.just...@gmail.com

  

--~--~-~--~~~---~--~~
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: dev_appserver.py", line 55, in

2009-03-16 Thread Lord Gustavo Miguel Angel
jaaa
Thank´s

sorry :)
  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 9:10 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 




  The Development Environment
  You develop and upload applications for Google App Engine using the App 
Engine software development kit (SDK).

  The SDK includes a web server application that simulates the App Engine 
environment, including a local version of the datastore, Google Accounts, and 
the ability to fetch URLs and send email directly from your computer using the 
App Engine APIs. The SDK runs on any computer with Python 2.5, and versions are 
available for Windows, Mac OS X and Linux.

  If necessary, download and install Python 2.5 for your platform from the 
Python website...

  
http://code.google.com/appengine/docs/python/gettingstarted/devenvironment.html

  You need to have Python 2.5 and you only have Python 2.4.5 installed.
   

  On Mon, Mar 16, 2009 at 8:05 PM, Lord Gustavo Miguel Angel 
 wrote:



sorry i don´t understand

  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 8:50 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 


  Don't forget the first sentence.


  On Mon, Mar 16, 2009 at 7:29 PM, Lord Gustavo Miguel Angel 
 wrote:

thank´s
But i have python 2.4.5 not 3.0

  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 6:09 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 



  I know that one of the requirements to run GAE is to have at least 
Python 2.5. Don't go running to Python 3.0 though just quite yet for GAE. It's 
not supported AFAIK.


  On Mon, Mar 16, 2009 at 3:54 PM, goosfancito  
wrote:


hello,

OS: windows xp Sp2
version python: 2.4.5


i´m new user googe app engine. when i do

dev_appserver.py holamundo

appeserver reports

- 8< -
 File "C:\Google\google_appengine\dev_appserver.py", line 55, in

   execfile(script_path, globals())
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py"
, line 358, in 
   sys.exit(main(sys.argv))
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py"
, line 306, in main
   config, matcher = dev_appserver.LoadAppConfig(root_path, {})
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver.py", lin
e 2638, in LoadAppConfig
   raise AppConfigNotFoundError
google.appengine.tools.dev_appserver.AppConfigNotFoundError

- 8< -

Why?
Thank´s






  -- 

  M. Page-Lieberman
  mateus.just...@gmail.com






  -- 
  M. Page-Lieberman
  mateus.just...@gmail.com





  -- 
  M. Page-Lieberman
  mateus.just...@gmail.com

  

--~--~-~--~~~---~--~~
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: dev_appserver.py", line 55, in

2009-03-16 Thread Lord Gustavo Miguel Angel
sorry i don´t understand

  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 8:50 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 


  Don't forget the first sentence.


  On Mon, Mar 16, 2009 at 7:29 PM, Lord Gustavo Miguel Angel 
 wrote:

thank´s
But i have python 2.4.5 not 3.0

  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 6:09 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 


  I know that one of the requirements to run GAE is to have at least Python 
2.5. Don't go running to Python 3.0 though just quite yet for GAE. It's not 
supported AFAIK.


  On Mon, Mar 16, 2009 at 3:54 PM, goosfancito  
wrote:


hello,

OS: windows xp Sp2
version python: 2.4.5


i´m new user googe app engine. when i do

dev_appserver.py holamundo

appeserver reports

- 8< -
 File "C:\Google\google_appengine\dev_appserver.py", line 55, in

   execfile(script_path, globals())
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py"
, line 358, in 
   sys.exit(main(sys.argv))
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py"
, line 306, in main
   config, matcher = dev_appserver.LoadAppConfig(root_path, {})
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver.py", lin
e 2638, in LoadAppConfig
   raise AppConfigNotFoundError
google.appengine.tools.dev_appserver.AppConfigNotFoundError

- 8< -

Why?
Thank´s






  -- 

  M. Page-Lieberman
  mateus.just...@gmail.com






  -- 
  M. Page-Lieberman
  mateus.just...@gmail.com

  

--~--~-~--~~~---~--~~
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: dev_appserver.py", line 55, in

2009-03-16 Thread Lord Gustavo Miguel Angel
thank´s
But i have python 2.4.5 not 3.0

  - Original Message - 
  From: Matthew Page-Lieberman 
  To: google-appengine@googlegroups.com 
  Sent: Monday, March 16, 2009 6:09 PM
  Subject: [google-appengine] Re: dev_appserver.py", line 55, in 


  I know that one of the requirements to run GAE is to have at least Python 
2.5. Don't go running to Python 3.0 though just quite yet for GAE. It's not 
supported AFAIK.


  On Mon, Mar 16, 2009 at 3:54 PM, goosfancito  wrote:


hello,

OS: windows xp Sp2
version python: 2.4.5


i´m new user googe app engine. when i do

dev_appserver.py holamundo

appeserver reports

- 8< -
 File "C:\Google\google_appengine\dev_appserver.py", line 55, in

   execfile(script_path, globals())
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py"
, line 358, in 
   sys.exit(main(sys.argv))
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver_main.py"
, line 306, in main
   config, matcher = dev_appserver.LoadAppConfig(root_path, {})
 File "C:\Google\google_appengine\google\appengine\tools
\dev_appserver.py", lin
e 2638, in LoadAppConfig
   raise AppConfigNotFoundError
google.appengine.tools.dev_appserver.AppConfigNotFoundError

- 8< -

Why?
Thank´s






  -- 
  M. Page-Lieberman
  mateus.just...@gmail.com

  

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