Re: sys.argv[0] doesn't always contain the full path of running script.

2006-08-30 Thread Ivan Zuzak
gmax2006 wrote: > Hi, > > I use RedHat linux. > > How can I find where exactly the current python script is running? Hi, Doesnt __file__ attribute of each module contain the full filepath of the module? So, try this: filepath = __file__ print filepath Works for me :) Cheers, i. zuzak -- htt

Re: sys.argv[0] doesn't always contain the full path of running script.

2006-08-31 Thread Ivan Zuzak
Joel Hedlund wrote: > Yes indeed! But the path to the module will not be the same as the path to > the script if you are currently in an imported module. Consider this: I thought that was the point - to get the full path of the running script? I see you use the terms "script" and "module" in dif

Calling Web Services from Python

2006-04-07 Thread Ivan Zuzak
s that are compatible with SOAP & WSDL standards? Thank you, ivan zuzak [1] - http://pywebsvcs.sourceforge.net/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Calling Web Services from Python

2006-04-11 Thread Ivan Zuzak
m.banaouas wrote: > Can you tell us more about SOAPpy bug ? > Is it about authentication ? > > Ivan Zuzak a écrit : > >> ... >> I need a package/tool that generates web service proxies that will do >> all the low-level HTTP work. (Someting like the WSDL.EXE to