Il 2005-10-20, Lawrence Oluyede <[EMAIL PROTECTED]> ha scritto:
> Il 2005-10-20, mku <[EMAIL PROTECTED]> ha scritto:
>> Hi,
>>
>> thereŽs a function inside a module. How can these function retrieve
>> the path+name of his module ? (The path is most important).
>> That should also work if the modu
mku wrote:
> Hi,
>
> there´s a function inside a module. How can these function retrieve
> the path+name of his module ? (The path is most important).
> That should also work if the module is part of a package.
>
> Thanks in advance
>
> Martin
>
Try the following in the function:
import tra
Il 2005-10-20, mku <[EMAIL PROTECTED]> ha scritto:
> Hi,
>
> thereŽs a function inside a module. How can these function retrieve
> the path+name of his module ? (The path is most important).
> That should also work if the module is part of a package.
[EMAIL PROTECTED]:~ $ cat > test.py
print __
Hi,
there´s a function inside a module. How can these function retrieve
the path+name of his module ? (The path is most important).
That should also work if the module is part of a package.
Thanks in advance
Martin
--
http://mail.python.org/mailman/listinfo/python-list