Fabrice Silva wrote:
sys.path is a regular python list, so sys.path.append("/foo") adds to the end, sys.path.insert(i, "/foo") adds "/foo" in i-th position (put in your favorite integer).I will try tonight at home. Which are the mechanism that add items to sys.path ?
Kind regards T. -- Thomas Viehmann, http://thomas.viehmann.net/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org