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 tinLoaf
Recipients tinLoaf
Date 2014-12-24.10:56:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419418614.4.0.468641067745.issue23108@psf.upfronthosting.co.za>
In-reply-to
Content
Hi!

Since there is no separate bug tracker for pysha3 (and it is being discussed in some other bug on this tracker), I figured that this is the right place to file this bug. I hope I'm right.

I'm trying to import pysha3, and it fails with the error 

"undefined symbol: _PyUnicode_CheckConsistency"

(full backtrace here: http://pastebin.com/ueXDAwu6 )

I can't find anything useful about this error using Google etc.

I'm using Python 3.3.5 on a current Gentoo Linux. I'm running in a virtualenv, so there should not be too much getting in the way. I basically have Django and pysha3 installed. 

Full output of 'pip freeze': http://pastebin.com/Z7DF96Z0 
Full output of 'python -v': http://pastebin.com/1HeSJJ8p
History
Date User Action Args
2014-12-24 10:56:54tinLoafsetrecipients: + tinLoaf
2014-12-24 10:56:54tinLoafsetmessageid: <1419418614.4.0.468641067745.issue23108@psf.upfronthosting.co.za>
2014-12-24 10:56:54tinLoaflinkissue23108 messages
2014-12-24 10:56:53tinLoafcreate