[issue7107] Missing uninstallation instructions for mac

2010-04-30 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- resolution: -> accepted stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue7107] Missing uninstallation instructions for mac

2010-04-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've added some notes to Mac/README. r80657 (trunk) r80658 (2.6) r80659 (3.2) r80660 (3.1) -- ___ Python tracker ___ _

[issue7107] Missing uninstallation instructions for mac

2009-10-18 Thread Ronald Oussoren
Ronald Oussoren added the comment: The root cause for this issue is Apple's broken installer system: Apple does have a package installer, but does not provide tools to uninstall packages. I'm reluctant to provide an uninstaller as part of the Python project, such a tool would require seriou

[issue7107] Missing uninstallation instructions for mac

2009-10-11 Thread Ned Deily
Ned Deily added the comment: As far as I know, there is no documented way to totally install a python.org OS X installation and the OS X installer does not provide a general way to uninstall a package. So it would be nice for the Python installer to provide some sort of uninstall script. In

[issue7107] Missing uninstallation instructions for mac

2009-10-11 Thread Grzegorz Adam Hankiewicz
New submission from Grzegorz Adam Hankiewicz : I've installed the official 2.6.3 dmg file of python and now want to uninstall it to revert to the python version included by default by the OS. I would do so if I knew what I have to remove or change. -- components: Installation messages: