Re: Getting RuntimeError: invalid slot offset when importing a module

2013-11-20 Thread dellair
admap or -bnoquiet option to obtain more information. *** WARNING: importing extension "_ssl" failed with build/lib.aix-6.1-3.3/_ssl.so: : invalid slot offset: Any idea on how to debug? Thanks, 在 2013年11月20日星期三UTC+1上午9时29分41秒,Steven D'Aprano写道: > On Wed, 20 Nov 2013 00:21:23 -0800,

Re: Getting RuntimeError: invalid slot offset when importing a module

2013-11-20 Thread dellair
Environment: Python: 3.3.2 OpenSSL: 0.9.8y (also tried 0.9.7) OS: AIX 6.1 (also tried on HPUX_1131_IA) Thanks, 在 2013年11月20日星期三UTC+1上午9时21分23秒,del...@gmail.com写道: > Hello all, > > > > I am getting above error when trying to import ssl module. > > In fact, the error showed up during the build

Getting RuntimeError: invalid slot offset when importing a module

2013-11-20 Thread dellair
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. Could anyone shed some lights on how to get it work? Thanks in advance! Br, --