Can Python Module Locate Itself?

sj _remove_jones57 at swbell.net
Wed Sep 17 01:05:57 EDT 2003


I have written several small shell utilities in Python and typically use 
comments at the start of the source file as documentation. A command line 
option allows the user to read this documentation.  The problem is that I 
have to explicitly code the source files location within the source which 
is not very portable.  Is there anyway for a python module to locate its 
own source ?

Thanks 




More information about the Python-list mailing list