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
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
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
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