[Distutils] --build-base and install

Barry Warsaw barry at python.org
Thu Jun 30 15:16:03 CEST 2005


I'm trying to build and install pysqlite-1.1.6 using --build-base,
because I want the files created during the build to be placed in a
specific directory outside the source directory.

--build-base works just fine with the 'build' command, but not at all
with the 'install' command.  How is 'install' supposed to find the files
that 'build' placed elsewhere?  Is the lack of --build-base support a
problem with pysqlite's setup.py script or a more fundamental problem
with distutils?  Or am I just being dense?

FTR: Python 2.4.1

Thanks,
-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/distutils-sig/attachments/20050630/f3829d6a/attachment.pgp


More information about the Distutils-SIG mailing list