[ python-Bugs-919776 ] Can't create Carbon.File.FSSpec for
non-existent file
SourceForge.net
noreply at sourceforge.net
Fri Mar 19 15:36:49 EST 2004
Bugs item #919776, was opened at 2004-03-19 20:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=919776&group_id=5470
Category: Macintosh
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: has (hhas)
Assigned to: Jack Jansen (jackjansen)
Summary: Can't create Carbon.File.FSSpec for non-existent file
Initial Comment:
MacPython 2.3 can't create a Carbon.File.FSSpec for a non-
existent file.
Example (where 'NEWFILE' is name of a file still to be created):
from Carbon.File import *
f = FSSpec(u'/Users/has/NEWFILE')
--> MacOS.Error: (-43, 'File not found')
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=919776&group_id=5470
More information about the Python-bugs-list
mailing list