Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make library work with python 3 #3

Open
mattnibs opened this issue Nov 10, 2016 · 1 comment
Open

Make library work with python 3 #3

mattnibs opened this issue Nov 10, 2016 · 1 comment

Comments

@mattnibs
Copy link

mattnibs commented Nov 10, 2016

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 mattnibs mentioned this issue Nov 10, 2016
@brandond
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants