[google-appengine] Re: Windows 7 - can't run appengine sdk

2009-03-05 Thread Sumit Bando

I have been using 1.1.8  on Windows 7 for a month, so your problem is
likely something else.

Good luck.

Sumit

On Mar 5, 3:28 pm, David Wilson d...@botanicus.net wrote:
 Hi Chen,

 Please post the full text of the traceback you received. Have you
 tried reinstalling the SDK? Do you by any chance have a module called
 appengine_rpc anywhere in your application, or sys.path?

 David.

 2009/3/5 Chen Harel chook.ha...@gmail.com:



  AttributeError: 'module' object has no attribute 'HttpRpcServer'

  I'm getting this error message while trying dev_appserver.py on a
  project that is working in vista
  (Although in vista I used 1.1.7 and now in Windows 7 I use 1.19)
  Python is 2.5.4 x64

  Please assist, what can cause this error

 --
 It is better to be wrong than to be vague.
   — Freeman Dyson
--~--~-~--~~~---~--~~
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: Can't start debug server, i will crazy!

2009-01-19 Thread Sumit Bando

This can be related to another instance of the app server running on
your machine.
Try killing off Python processes.
Try rebooting.

On Jan 17, 4:01 am, Maxime wangyi...@gmail.com wrote:
 Help!

 My PC is : Vista 32bit, Python 2.5, GAE 1.1.5

 Error message is below:

 Who can help me, thanks :-(

 -

 C:\google_appenginedev_appserver.py demos/guestbook
 INFO     2009-01-17 11:53:17,653 appcfg.py] Server:
 appengine.google.com
 WARNING  2009-01-17 11:53:17,667 datastore_file_stub.py] Could not
 read datastor
 e data from c:\users\wyg\appdata\local\temp\dev_appserver.datastore
 WARNING  2009-01-17 11:53:17,667 datastore_file_stub.py] Could not
 read datastor
 e data from c:\users\wyg\appdata\local\temp
 \dev_appserver.datastore.history
 Traceback (most recent call last):
   File C:\google_appengine\dev_appserver.py, line 55, in module
     execfile(script_path, globals())
   File C:\google_appengine\google\appengine\tools
 \dev_appserver_main.py, line
 358, in module
     sys.exit(main(sys.argv))
   File C:\google_appengine\google\appengine\tools
 \dev_appserver_main.py, line
 337, in main
     static_caching=static_caching)
   File C:\google_appengine\google\appengine\tools\dev_appserver.py,
 line 2837,
  in CreateServer
     return BaseHTTPServer.HTTPServer((serve_address, port),
 handler_class)
   File C:\Python25\lib\SocketServer.py, line 330, in __init__
     self.server_bind()
   File C:\Python25\lib\BaseHTTPServer.py, line 101, in server_bind
     SocketServer.TCPServer.server_bind(self)
   File C:\Python25\lib\SocketServer.py, line 341, in server_bind
     self.socket.bind(self.server_address)
   File string, line 1, in bind
 socket.error: (10049, Can't assign requested address)

 -

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