[issue47018] ImportError: cannot import name '_simple_enum' from 'enum'

2022-03-14 Thread Steven D'Aprano
Steven D'Aprano added the comment: What makes you think you are supposed to be able to import _simple_enum? It is a name with a leading underscore, so even if it exists, it is private and you shouldn't touch it. Unless _simple_enum is documented as something you can use, this is not a bug

[issue47018] ImportError: cannot import name '_simple_enum' from 'enum'

2022-03-14 Thread AverseMoon54797
New submission from AverseMoon54797 : Why is this happening? Is there a fix for this I can't even fix the install because I get this error trying to reinstall cpython. -- messages: 415206 nosy: AverseMoon priority: normal severity: normal status: open title: ImportError: cannot import