Message80208
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 |
|
| Date |
User |
Action |
Args |
| 2009-01-19 20:52:17 | pitrou | set | recipients:
+ pitrou, vani |
| 2009-01-19 20:52:17 | pitrou | set | messageid: <1232398337.45.0.260964488757.issue5003@psf.upfronthosting.co.za> |
| 2009-01-19 20:52:16 | pitrou | link | issue5003 messages |
| 2009-01-19 20:52:16 | pitrou | create | |
|