[Python-modules-team] Bug#535855: matplotlib._path

Thomas Viehmann tv at beamnet.de
Wed Jul 8 08:50:08 UTC 2009


Fabrice Silva wrote:
> I will try tonight at home. Which are the mechanism that add items to
> sys.path ?
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).

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/







More information about the Python-modules-team mailing list