You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
I'm not a py expert, but I guess this is related to something that changed between py2 and py3?
The text was updated successfully, but these errors were encountered: