This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients kmgrant, ronaldoussoren
Date 2009-11-19.17:40:57
SpamBayes Score 1.0169911e-05
Marked as misclassified No
Message-id <1258652459.14.0.621625754692.issue7180@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-11-19 17:40:59ronaldoussorensetrecipients: + ronaldoussoren, kmgrant
2009-11-19 17:40:59ronaldoussorensetmessageid: <1258652459.14.0.621625754692.issue7180@psf.upfronthosting.co.za>
2009-11-19 17:40:58ronaldoussorenlinkissue7180 messages
2009-11-19 17:40:57ronaldoussorencreate