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 <rep...@bugs.python.org> <http://bugs.python.org/issue27571> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com