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 vani
Recipients vani
Date 2009-01-19.20:26:32
SpamBayes Score 0.0009966037
Marked as misclassified No
Message-id <1232396793.72.0.127068504094.issue5003@psf.upfronthosting.co.za>
In-reply-to
Content
i was trying to install python 3 using the folowing command 
$ python setup.py --home=~/python3

and i got the below error:

  File "setup.py", line 232
    except (CCompilerError, DistutilsError) as why:
                                             ^
SyntaxError: invalid syntax

Could anyone please help me with the problem?

Thanks,
Vani
History
Date User Action Args
2009-01-19 20:26:33vanisetrecipients: + vani
2009-01-19 20:26:33vanisetmessageid: <1232396793.72.0.127068504094.issue5003@psf.upfronthosting.co.za>
2009-01-19 20:26:32vanilinkissue5003 messages
2009-01-19 20:26:32vanicreate