Re: Fwd: Request for Information XML-RPC (Python)

2015-07-30 Thread dieter
Davide D'Arenzo davide.dare...@gmail.com writes: I'm Davide D'Arenzo and I'm working with Python using the standard xmlrpclib library communicating between a JavaServer (that host xmlrpc server) and my python client. I have a problem and I hope that you should solve my issue. I want to send

Re: Fwd: Request for Information XML-RPC (Python)

2015-07-29 Thread Irmen de Jong
On 29-7-2015 14:52, Davide D'Arenzo wrote: I want to send a DOM instance through xmlrpc protocol. I know that the istance are impossible to manage by xmlrpclib library in Python but this is what I need. I'm trying to understand why is not possible to marshal the class Nodelist and I

Fwd: Request for Information XML-RPC (Python)

2015-07-29 Thread Davide D'Arenzo
Goodmorning dear Team, I'm Davide D'Arenzo and I'm working with Python using the standard xmlrpclib library communicating between a JavaServer (that host xmlrpc server) and my python client. I have a problem and I hope that you should solve my issue. I want to send a DOM instance through xmlrpc

request of information

2013-02-17 Thread leonardo selmi
gentlemen: i am reading a book about python and now i am blocked, i can't store functions in modules: i have a mac and am using version 2.7.3, i have created a function and want to save it as a file using idle, i have saved it with .py , when i try to import the module i get an

Re: request of information

2013-02-17 Thread Jason Swails
On Sun, Feb 17, 2013 at 1:47 PM, leonardo selmi l.se...@icloud.com wrote: gentlemen: i am reading a book about python and now i am blocked, i can't store functions in modules: i have a mac and am using version 2.7.3, i have created a function and want to save it as a file using

Re: request of information

2013-02-17 Thread Michael Herman
There's a syntax error at line 1 of circle.py. Try running circle.py, you'll get more information about the error - http://docs.python.org/2/tutorial/errors.html If you can't figure it out, post your code for circle.py. On Sun, Feb 17, 2013 at 10:47 AM, leonardo selmi l.se...@icloud.com wrote: