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
thank you a lot for your answering
Bye
Marcello
--
http://mail.python.org/mailman/listinfo/python-list
(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
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
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
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