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 ncoghlan
Recipients alexis, eric.araujo, ncoghlan, tarek
Date 2012-05-25.15:03:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337958229.94.0.76647930894.issue14915@psf.upfronthosting.co.za>
In-reply-to
Content
Do "make altinstall" from trunk.

Try running "pysetup3.3 install distutils2"

This won't work properly, because distutils2 uses Python 2 syntax.

However, after running that command:

"pysetup3.3 remove distutils2" complains that distutils2 is not installed, but "import distutils2" works at the 3.3. command prompt
History
Date User Action Args
2012-05-25 15:03:49ncoghlansetrecipients: + ncoghlan, tarek, eric.araujo, alexis
2012-05-25 15:03:49ncoghlansetmessageid: <1337958229.94.0.76647930894.issue14915@psf.upfronthosting.co.za>
2012-05-25 15:03:49ncoghlanlinkissue14915 messages
2012-05-25 15:03:49ncoghlancreate