briefly icon indicating copy to clipboard operation
briefly copied to clipboard

cannot import name 'ssl' from '_ssl'

Open ghost opened this issue 4 years ago • 0 comments

When I try to execute the following code, I got the following error message. Any suggestions on how to address it?

Code: from briefly import * from briefly.common import *

Error message: ImportError: cannot import name 'ssl' from '_ssl'

ghost avatar Feb 02 '22 20:02 ghost