[issue27571] 3.6 Seems to be ignoring the _sodium pyd file made with pip.

Decorater report at bugs.python.org
Tue Jul 19 17:34:57 EDT 2016


Decorater added the comment:

hmm unless it has something to do with only my bot's debug command doing the following as it seems it could possible be only my bot's debug command however commenting out 1 thing in Discord.py also generates this Issue.

Debug Command Code:
https://bpaste.net/show/904eccf5bdc0 (what I was using when I found this issue)

Result of Uncommenting Import Error Catch in Discord.py:
Traceback (most recent call last):
  File "E:\Users\Elsword\Desktop\DecoraterBot\Async\DecoraterBot.py", line 10, i
n <module>
    import discord
  File "E:\Users\Elsword\Desktop\DecoraterBot\Async\resources\Dependencies\disco
rd\__init__.py", line 20, in <module>
    from .client import Client, AppInfo
  File "E:\Users\Elsword\Desktop\DecoraterBot\Async\resources\Dependencies\disco
rd\client.py", line 42, in <module>
    from .voice_client import VoiceClient
  File "E:\Users\Elsword\Desktop\DecoraterBot\Async\resources\Dependencies\disco
rd\voice_client.py", line 58, in <module>
    import nacl.secret
  File "nacl\secret.py", line 18, in <module>
  File "nacl\bindings\__init__.py", line 17, in <module>
  File "nacl\bindings\crypto_box.py", line 17, in <module>
ImportError: No module named 'nacl._sodium'

Yep this must be some Regression in 3.6 or something uncaught it does however work in 3.5.2 as expected.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27571>
_______________________________________


More information about the Python-bugs-list mailing list