Issue 919776: Can't create Carbon.File.FSSpec for non-existent file (original) (raw)
Issue919776
Created on 2004-03-19 20:36 by hhas, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg20277 - (view) | Author: (hhas) | Date: 2004-03-19 20:36 |
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') | ||
msg20278 - (view) | Author: Michael Hudson (mwh) ![]() |
Date: 2004-03-29 16:07 |
Logged In: YES user_id=6656 I'm fairly sure this is a duplicate... at least, you can find mails on pythonmac-sig where I work around this. It's a bit of a pain. Ah, yes, it's 706592. Closing. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:03 | admin | set | github: 40055 |
2004-03-19 20:36:48 | hhas | create |