plasma-disassembler / plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
GNU General Public License v3.0
3.05k stars 275 forks source link

ImportError: No module named 'plasma.lib.fileformat.relocations' #56

Closed jotwg closed 8 years ago

jotwg commented 8 years ago

Installed everything as described w/o any error. System is Debian jessie 64bit (VirtualBox Image). Above error appears when trying to run tests

ghost commented 8 years ago

I think it's because I forgot to update the setup.py. Can you confirm ? Thanks.

jotwg commented 8 years ago

Thumbs up!

Thx!