gdabah / distorm

Powerful Disassembler Library For x86/AMD64
Other
1.26k stars 238 forks source link

consider implementing python3 bindings #100

Closed anthraxx closed 8 years ago

anthraxx commented 8 years ago

Hey, I would like to ask if its planned to implement some python3 bindings? It would be really awesome if this library can also be used with the "new" python3 :smile_cat:

gdabah commented 8 years ago

Hey there, actually I don't use Python3 myself, so I have no idea how far it is from working. Did you give it a go?

gdabah commented 8 years ago

I just checked latest version and it works for me. Please let me know.

anthraxx commented 8 years ago

maybe its just the setup.py file that is needed for a distribution wide packaging:

python3 setup.py install --root="${pkgdir}" -O1
[...]
Traceback (most recent call last):
  File "setup.py", line 29, in <module>
    from types import ListType, StringType, TupleType
ImportError: cannot import name 'ListType'