Comment 4 for bug 823846

Revision history for this message
Jason Gerard DeRose (jderose) wrote :

Well, it looks like it builds fine when you run `python3 setup.py build` directly.

Wait, I was just looking at http://paste.ubuntu.com/662377/ again...

Look at the 4th from last line:

  + env 'CFLAGS=-O2 -g -m32 ...' python setup.py build

Looks like it using `python` instead of `python3`. Can you pastebin me the RPM spec file you're using? I think you might just need to update the build and install commands to using python3 instead of python.