You can't create a raw socket (in Python or Java) while running in App Engine. If you need to communicate with an outside service you can do so using HTTP requests:
http://code.google.com/appengine/docs/python/urlfetch/overview.html Thanks, -joe -- Joe Gregorio Developer Relations, Google Wave On Tue, Jun 1, 2010 at 10:55 AM, Léo SEI <[email protected]> wrote: > Hi, > I'm developping a python wave robot and I'm stuck with the network > communication because it seems that the socket module is empty. I know > that in the java library it is possible to connect to the outside > world from a robot, how can I do the same in python ? I havn't found > any solutions so far > > thanks a lot > > -- > You received this message because you are subscribed to the Google Groups > "Google Wave API" 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-wave-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=en.
