Ronald Oussoren added the comment:
The problem occurs in two occassions:
1) python was configured/built without the Carbon bindings (such
as the copy that Apple ships)
2) python was build in 64-bit mode
In both cases Carbon.File does not have an FSSpec type.
Luckily this has already been f
New submission from Kevin Grant :
Running "pydoc -k ..." with a query string will end with a Python
AttributeError while looking for Carbon.File.FSSpecType.
I was using /usr/bin/pydoc on Mac OS X Snow Leopard, which is from Python 2.6.1.
It appears that any query will produce a similar error,