This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gbloisi
Recipients brett.cannon, gbloisi, ggenellina
Date 2007-11-15.23:16:48
SpamBayes Score 0.00021828877
Marked as misclassified No
Message-id <1195168609.61.0.769067691861.issue1431@psf.upfronthosting.co.za>
In-reply-to
Content
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 platform-related.
This is the comment I found in site.py
# for framework builds *only* we add the standard Apple
# locations. Currently only per-user, but /Library and
# /Network/Library could be added too


Eventually I used this command in pth file to extend the scanned
directories:
"import site;
site.addsitedir('/System/Links/Libraries/python2.5/site-packages/', set())"

I think this is more maintainable and clear than changing site.py, but I
don't think it will be forward compatible.
Files
File name Uploaded
index.txt.patch gbloisi, 2007-11-15.23:16:49
History
Date User Action Args
2007-11-15 23:16:49gbloisisetspambayes_score: 0.000218289 -> 0.00021828877
recipients: + gbloisi, brett.cannon, ggenellina
2007-11-15 23:16:49gbloisisetspambayes_score: 0.000218289 -> 0.000218289
messageid: <1195168609.61.0.769067691861.issue1431@psf.upfronthosting.co.za>
2007-11-15 23:16:49gbloisilinkissue1431 messages
2007-11-15 23:16:49gbloisicreate