New submission from Nick Coghlan <ncogh...@gmail.com>: 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 ---------- assignee: eric.araujo components: Distutils2 messages: 161583 nosy: alexis, eric.araujo, ncoghlan, tarek priority: high severity: normal status: open title: pysetup may leave a package in a half-installed state versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14915> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com