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.
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
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
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
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/
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