Linux application deployment
Jarek Zgoda
jzgoda at gazeta.usun.pl
Sun Sep 5 11:36:29 EDT 2004
More information about the Python-list mailing list
Sun Sep 5 11:36:29 EDT 2004
- Previous message (by thread): Linux application deployment
- Next message (by thread): Linux application deployment
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Robert M. Emmons <RobMEmmons at cs.com> pisze: > One thing I've always wonders was -- Is there a way for a python module > to tell where it's file is located??? If you could do this it might > also be possible to have a python script reset sys.path based on it's > own location. import sys, os me = os.path.abspath(sys.argv[0]) -- Jarek Zgoda http://jpa.berlios.de/
- Previous message (by thread): Linux application deployment
- Next message (by thread): Linux application deployment
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list