This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Decorater
Recipients Decorater, brett.cannon, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-07-19.21:34:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468964097.91.0.164933744423.issue27571@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-07-19 21:34:57Decoratersetrecipients: + Decorater, brett.cannon, paul.moore, tim.golden, zach.ware, steve.dower
2016-07-19 21:34:57Decoratersetmessageid: <1468964097.91.0.164933744423.issue27571@psf.upfronthosting.co.za>
2016-07-19 21:34:57Decoraterlinkissue27571 messages
2016-07-19 21:34:57Decoratercreate