[issue16211] MacInstalls break PyDev

2012-10-15 Thread Ronald Oussoren
Ronald Oussoren added the comment: I'm closing this as invalid as the python sources for the stdlib are installed by the python.org installer, and this is probably a problem with PyDev. It is lame that Apple doesn't install the python sources anymore, but there is nothing we can do about that.

[issue16211] MacInstalls break PyDev

2012-10-12 Thread Ned Deily
Ned Deily added the comment: There is *no* way to install Python using a python.org installer and *not* have the .py files installed. You would have to go in and remove those files yourself. You should be able to see the .py files yourself by looking at /Library/Frameworks/Python.framework/V

[issue16211] MacInstalls break PyDev

2012-10-12 Thread Doug Ransom
Doug Ransom added the comment: The problem described was in respect to the python installed by the installer from python.org, not the python that ships with mac. Using OSX 10.8.1. Installing python from python.org binary installer does not fix the problem. I ran the installer before submitti

[issue16211] MacInstalls break PyDev

2012-10-12 Thread Ned Deily
Ned Deily added the comment: In current OS X releases, it is true that the system Pythons as shipped by Apple do not include the .py files in /System/Library/Frameworks/Python.framework; only .pyc and .pyo files are present. However, those .py files are added when you install the "Command Lin

[issue16211] MacInstalls break PyDev

2012-10-12 Thread Ronald Oussoren
Ronald Oussoren added the comment: The binary installers for OSX do install all of the std library, and AFAIK the same is true for the version of python that ships with the OS. Please explains how to reproduce the problem you are having: * What release of OSX * Which python version (/usr/bin/

[issue16211] MacInstalls break PyDev

2012-10-12 Thread Doug Ransom
New submission from Doug Ransom: A number of .py files are not installed in the mac installer. While python programs run OK, this thwarts users from using IDEs like Aptana Studio/PyDev. For those of us who are python dabblers, this makes it nearly impossible to write/debug python code. urll