[issue27571] 3.6 Seems to be ignoring all pyd's installed and compiled by pip
Decorater
report at bugs.python.org
Tue Jul 19 03:03:03 EDT 2016
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'
----------
messages: 270815
nosy: Decorater
priority: normal
severity: normal
status: open
title: 3.6 Seems to be ignoring all pyd's installed and compiled by pip
versions: Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27571>
_______________________________________
More information about the Python-bugs-list
mailing list