voidwalker icon indicating copy to clipboard operation
voidwalker copied to clipboard

python3 support?

Open robclark opened this issue 8 years ago • 1 comments

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'

robclark avatar May 16 '16 21:05 robclark

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

benbeauchamp7 avatar Mar 07 '21 08:03 benbeauchamp7