[issue7180] "pydoc -k" can generate AttributeError on Mac OS X

Ronald Oussoren report at bugs.python.org
Thu Nov 19 18:40:59 CET 2009


Ronald Oussoren <ronaldoussoren at mac.com> 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 fixed (r74681 in the 2.6 branch, and an 
earlier revision on the trunk).  The fix is in 2.6.4.

----------
resolution:  -> accepted
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7180>
_______________________________________


More information about the Python-bugs-list mailing list