python-libuuid icon indicating copy to clipboard operation
python-libuuid copied to clipboard

Make library work with python 3

Open mattnibs opened this issue 9 years ago • 1 comments

When installing for python 3 I get this error:

ImportError: /usr/local/lib/python3.5/dist-packages/libuuid/_uuid.cpython-35m-x86_64-linux-gnu.so: undefin
ed symbol: PyString_FromStringAndSize

This is because PyString_FromStringAndSize doesn't exist for python 3. Switch to using PyBytes_FromStringAndSize.

mattnibs avatar Nov 10 '16 17:11 mattnibs

@dln are you still maintaining this? If not, would you mind handing it off?

brandond avatar Feb 22 '18 20:02 brandond