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 julians37
Recipients julians37, khinsen, ronaldoussoren
Date 2009-04-09.09:12:29
SpamBayes Score 6.363651e-07
Marked as misclassified No
Message-id <1239268351.69.0.983819575072.issue3646@psf.upfronthosting.co.za>
In-reply-to
Content
I was a bit surprised myself but I've just double-checked and it seems
to work fine.  I started with a freshly unpacked 3.0.1 tarball and used
the following command:

./configure --enable-toolbox-glue --enable-universalsdk
--enable-framework=/tmp/python-3.0.1-install/Library/Framework
--prefix=/tmp/python-3.0.1-install && make -j3 && make fullinstall

That went through OK, everything seems to be in its place and the
interpreter starts up.

I was testing with "make frameworkinstall" earlier, that worked, too.

One question, $PREFIX/bin doesn't have the files without version number
(e.g. it has python3.0 but doesn't have python) even in fullinstall
mode.  Is that intentional?  (The framework's bin directory does have
all files.)  I've seen the same issue in 2.6.
History
Date User Action Args
2009-04-09 09:12:31julians37setrecipients: + julians37, ronaldoussoren, khinsen
2009-04-09 09:12:31julians37setmessageid: <1239268351.69.0.983819575072.issue3646@psf.upfronthosting.co.za>
2009-04-09 09:12:30julians37linkissue3646 messages
2009-04-09 09:12:30julians37create