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

python3 support? #1

Open
robclark opened this issue May 16, 2016 · 1 comment
Open

python3 support? #1

robclark opened this issue May 16, 2016 · 1 comment

Comments

@robclark
Copy link

I'm not a py expert, but I guess this is related to something that changed between py2 and py3?

Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/voidwalker/framework/utils/ordereddict.py", line 7, in <module>
    from thread import get_ident as _get_ident
ImportError: No module named 'thread'
@benbeauchamp7
Copy link

Not sure if you're still looking into this 4 years later, but thread has been renamed to _thread. I tried it myself, but a whole slew of problems followed and I ended up throwing in the towel. Really with the fancy gdb stuff was updated for python 3

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