How to find out the directory that the py file is in?

Gabriel Genellina gagsl-py at yahoo.com.ar
Tue Oct 24 20:01:17 EDT 2006


At Tuesday 24/10/2006 20:39, PengYu.UT at gmail.com wrote:

>I have the following python script and some_command in the same
>directory. I have to call the python script from that directory.
>Otherwise, some_command won't be found. I'm wondering how to make the
>following script working no matter what the working directory is.

print os.path.abspath(__file__)


-- 
Gabriel Genellina
Softlab SRL 

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar



More information about the Python-list mailing list