[issue27571] 3.6 Seems to be ignoring all pyd's installed and compiled by pip

2016-07-19 Thread Decorater
Decorater added the comment: Attacked are the 2 versions of _sodium for PyNacl that it seems to not be able to find. -- Added file: http://bugs.python.org/file43788/_sodium.cp36-win32.pyd ___ Python tracker __

[issue27571] 3.6 Seems to be ignoring all pyd's installed and compiled by pip

2016-07-19 Thread Decorater
Changes by Decorater : Added file: http://bugs.python.org/file43787/_sodium.cp36-win_amd64.pyd ___ Python tracker ___ ___ Python-bugs-list mai

[issue27571] 3.6 Seems to be ignoring all pyd's installed and compiled by pip

2016-07-19 Thread Decorater
New submission from Decorater: in 3.5 the following would succed: >>>import nacl._sodium None but in 3.6 (I even compiled it for 3.6 specifically) this happens: >>>import nacl._sodium Traceback (most recent call last): import nacl._sodium ImportError: No module named 'nacl._sodium' ---