Getting RuntimeError: invalid slot offset when importing a module

Steven D'Aprano steve at pearwood.info
Wed Nov 20 03:29:41 EST 2013


On Wed, 20 Nov 2013 00:21:23 -0800, dellair wrote:

> Hello all,
> 
> I am getting above error when trying to import ssl module. In fact, the
> error showed up during the build and _ssl module was added to the failed
> module list. However, the compilation and link went well.

If the _ssl module fails to compile correctly, the ssl module can't work. 
You're going to need to check the compilation error and see what it says.



-- 
Steven



More information about the Python-list mailing list