[issue23108] pysha3 fails with obscure internal error

Lukas Barth report at bugs.python.org
Wed Dec 24 11:56:54 CET 2014


New submission from Lukas Barth:

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

----------
components: Extension Modules, Interpreter Core
messages: 233075
nosy: tinLoaf
priority: normal
severity: normal
status: open
title: pysha3 fails with obscure internal error
type: crash
versions: Python 3.3

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


More information about the Python-bugs-list mailing list