1 message in org.python.python-bugs-list[ python-Bugs-919776 ] Can't create C...
FromSent OnAttachments
SourceForge.netMar 19, 2004 3:36 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-919776 ] Can't create Carbon.File.FSSpec for non-existent fileActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 19, 2004 3:36:35 pm
List:org.python.python-bugs-list

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')

----------------------------------------------------------------------