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 pitrou
Recipients pitrou, vani
Date 2009-01-19.20:52:16
SpamBayes Score 1.9502668e-06
Marked as misclassified No
Message-id <1232398337.45.0.260964488757.issue5003@psf.upfronthosting.co.za>
In-reply-to
Content
setup.py is not meant to be called directly (it will be called by the
Python 3 interpreter as part of the build process and is, therefore,
written in Python 3 syntax).

The proper command sequence to build and install Python is:

./configure --prefix=~/python3
make
make install
History
Date User Action Args
2009-01-19 20:52:17pitrousetrecipients: + pitrou, vani
2009-01-19 20:52:17pitrousetmessageid: <1232398337.45.0.260964488757.issue5003@psf.upfronthosting.co.za>
2009-01-19 20:52:16pitroulinkissue5003 messages
2009-01-19 20:52:16pitroucreate