Update of /cvsroot/monetdb/buildtools/autogen
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21665/autogen

Modified Files:
        README 
Log Message:
propagated changes of Monday Dec 10 2007 - Tuesday Dec 18 2007
from the MonetDB_1-20 branch to the development trunk


Index: README
===================================================================
RCS file: /cvsroot/monetdb/buildtools/autogen/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- README      17 Oct 2006 08:59:45 -0000      1.5
+++ README      18 Dec 2007 10:40:10 -0000      1.6
@@ -14,6 +14,16 @@
 <python-version> is the version of Python used (e.g. 2.4).
 You can automatically get the respective directory via
 "<install-dir-prefix>/`python -c 'import distutils.sysconfig; print 
distutils.sysconfig.get_python_lib(0,0,"")'`".
+(
+In case your are using Apple-built Python 2.5.1 on Mac OS X 10.5.1 (Darwin 
9.1.0),
+it can be that the above command yields
+"<install-dir-prefix>/Library/Python/2.5/site-packages", 
+while Python's distutils.core.setup() actually installs the python modules into
+"<install-dir-prefix>/lib/python2.5/site-packages".
+In that case, replacing the above command by 
+"<install-dir-prefix>/`python -c 'import distutils.sysconfig; print 
distutils.sysconfig.get_python_lib(0,1,"")'`/site-packages"
+might help to overcome this inconsistency.
+)
 
 On Windows, to follow these instructions, Python must of course be
 found in your PATH.  The default location where autogen.py is


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to