[fcntl]how to lock a file

2006-04-06 Thread marcello
it doesn't? I have tried too with: f1=os.open('prova.txt',os.O_EXCL|os.O_APPEND) os.write(f1,"qlcosa") that should solve the problem of the order of the step, but i not even can write from the python shell with that. python 2.2 linux kernel 2.4 glibc-2.3.2-95.6 Thanks in ad

Re: [fcntl]how to lock a file

2006-04-10 Thread marcello
thank you a lot for your answering Bye Marcello -- http://mail.python.org/mailman/listinfo/python-list

Re: [fcntl]how to lock a file

2006-04-11 Thread marcello
(Red Hat Linux 3.2.3-13)] on linux2 kernel 2.4.21-4.0.1.ELsmp glibc-2.3.2-95.6 What else can i add? best regards Marcello -- http://mail.python.org/mailman/listinfo/python-list

Re: A way to wait Python event

2004-11-30 Thread Marcello Pietrobon
en it with Notepad or with a Command prompt that stays open. Hope it helps. Cheers, Marcello REGEDIT4 [HKEY_CLASSES_ROOT\*] [HKEY_CLASSES_ROOT\*\shell] [HKEY_CLASSES_ROOT\*\shell\dos_box] @="DOS Box" [HKEY_CLASSES_ROOT\*\shell\dos

SOAPpy - send xml data

2007-05-23 Thread marcello lussana
Hi, I'm trying to send some xml data to a WSDL server. Here's my code: xmldata = "Test di messaggio 1 + 3202181465 17.5.2007 12:59:53 """ SOAPpy.WSDL.Config.namespaceStyle = '2001' server = SOAPpy.WSDL.Proxy('https://www.oesystem.net/services/oeservice.asmx?WSDL') print server.insertMes

SOAPpy - send xml data

2007-05-23 Thread marcello . lussana
Hi, I'm trying to send some xml data to a WSDL server. Here's my code: xmldata = "Test di messaggio 1 + 2 17.5.2007 12:59:53 """ SOAPpy.WSDL.Config.namespaceStyle = '2001' server = SOAPpy.WSDL.Proxy('https://www.mywdslserver.com/foo.asp?WSDL') print server.insertMessages(xmlRequ