Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create Carbon.File.FSSpec for non-existent file #40055

Closed
hhas mannequin opened this issue Mar 19, 2004 · 2 comments
Closed

Can't create Carbon.File.FSSpec for non-existent file #40055

hhas mannequin opened this issue Mar 19, 2004 · 2 comments
Assignees
Labels

Comments

@hhas
Copy link
Mannequin

hhas mannequin commented Mar 19, 2004

BPO 919776
Nosy @mwhudson, @jackjansen

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/jackjansen'
closed_at = <Date 2004-03-29.16:07:07.000>
created_at = <Date 2004-03-19.20:36:48.000>
labels = ['OS-mac']
title = "Can't create Carbon.File.FSSpec for non-existent file"
updated_at = <Date 2004-03-29.16:07:07.000>
user = 'https://bugs.python.org/hhas'

bugs.python.org fields:

activity = <Date 2004-03-29.16:07:07.000>
actor = 'mwh'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2004-03-19.20:36:48.000>
creator = 'hhas'
dependencies = []
files = []
hgrepos = []
issue_num = 919776
keywords = []
message_count = 2.0
messages = ['20277', '20278']
nosy_count = 3.0
nosy_names = ['mwh', 'jackjansen', 'hhas']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue919776'
versions = []

@hhas
Copy link
Mannequin Author

hhas mannequin commented Mar 19, 2004

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

@hhas hhas mannequin closed this as completed Mar 19, 2004
@hhas hhas mannequin assigned jackjansen Mar 19, 2004
@hhas hhas mannequin added the OS-mac label Mar 19, 2004
@hhas hhas mannequin closed this as completed Mar 19, 2004
@hhas hhas mannequin assigned jackjansen Mar 19, 2004
@hhas hhas mannequin added the OS-mac label Mar 19, 2004
@mwhudson
Copy link

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.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants