recipes icon indicating copy to clipboard operation
recipes copied to clipboard

ssl draft

Open DerThorsten opened this issue 1 year ago • 1 comments

DerThorsten avatar Jul 17 '24 06:07 DerThorsten

ImportError: dynamic module does not define module export function (PyInit__ssl)

not sure what might be missing. Maybe @wolfv has an idea.

The package is an un-vendored python library normally included directly in the python distribution. I tried to copy what pyodide is doing https://github.com/pyodide/pyodide/blob/main/packages/ssl/meta.yaml

DerThorsten avatar Jul 17 '24 09:07 DerThorsten