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

Modified Files:
      Tag: MonetDB_1-20
        README 
Log Message:

documenting a Mac-peculiarity we recently encountered


Index: README
===================================================================
RCS file: /cvsroot/monetdb/buildtools/autogen/README,v
retrieving revision 1.5
retrieving revision 1.5.8.1
diff -u -d -r1.5 -r1.5.8.1
--- README      17 Oct 2006 08:59:45 -0000      1.5
+++ README      13 Dec 2007 15:22:41 -0000      1.5.8.1
@@ -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