[issue1431] pth files not loaded at startup

2007-11-15 Thread Giambattista Bloisi
Giambattista Bloisi added the comment: Please find attached a patch for http://docs.python.org/dev/install/index.html. I think removing a statement is enough to make things clear. About darwin additional directories I'm unsure whether it need further documentation as it seems very pla

[issue1431] pth files not loaded at startup

2007-11-13 Thread Giambattista Bloisi
Giambattista Bloisi added the comment: This make sense. I hope I'm not annoying you. But what I did was to read (http://docs.python.org/inst/search-path.html) before reading (http://docs.python.org/dev/library/site.html#module-site) as the latter is referenced by the first via a html link.

[issue1431] pth files not loaded at startup

2007-11-13 Thread Giambattista Bloisi
Giambattista Bloisi added the comment: What I meant for recursively was not to scan the full directory tree, but just to scan entries that have been added to the os.path. I think that this was the original intention as http://docs.python.org/inst/search-path.html states: "Any directories

[issue1431] pth files not loaded at startup

2007-11-12 Thread Giambattista Bloisi
New submission from Giambattista Bloisi: site.py ha two limitations that make difficult to use pth files on my linux installation (gobolinux): - it does not process pth files that are located in directories that are already present in os.path at the time the main method is invoked - it does not