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
Date 2016-07-19.07:03:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468911783.53.0.349371581627.issue27571@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2016-07-19 07:03:03Decoratersetrecipients: + Decorater
2016-07-19 07:03:03Decoratersetmessageid: <1468911783.53.0.349371581627.issue27571@psf.upfronthosting.co.za>
2016-07-19 07:03:03Decoraterlinkissue27571 messages
2016-07-19 07:03:03Decoratercreate