Re: how to set timeout while colling a soap method?

2009-07-15 Thread dzizes
Yes, that is what I was looking for. Greets!! -- View this message in context: http://www.nabble.com/how-to-set-timeout-while-colling-a-soap-method--tp24461403p24496577.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/pyth

how to set timeout while colling a soap method?

2009-07-13 Thread dzizes
Hello! I wrote some some python code for executing a soap method: import SOAPpy from SOAPpy import WSDL _server = WSDL.Proxy(some wsdl) r=_server.generuj(some parameters...) print r.encode('cp1250') It works fine. However, the execution time of this soap method might be long. Therefore, I woul

PIL linux err

2008-01-31 Thread dzizes
Hi, I'm trying to run simple .py on linux, which is using PIL. Below error message which I receive: File "/usr/lib/python2.4/site-packages/PIL/Image.py", line 960, in histogram self.load() File "/usr/lib/python2.4/site-packages/PIL/ImageFile.py", line 180, in load d = Image._getdecod

Re: Python plugins for netbeans 6 IDE?

2008-01-30 Thread dzizes
Did you managed to work out NetBeans and Python? Ken McDonald wrote: > > Do any such exist? And do you find them worthwhile? I couldn't see any > browsing the netbeans pages, but that doesn't mean they're not out > there... > > Thanks, > Ken > -- > http://mail.python.org/mailman/listinfo/py