Open bontchev opened 8 years ago
You are right: on Linux, tkinter needs to be installed, otherwise olebrowse and ezhexviewer won't work. I need to mention it in the documentation.
However, since you are only using the hexdump3 function, you may simply copy its code in your script instead of importing ezhexviewer.
When trying to use the oletools module on Linux Mint (and, more precisely, when trying to import the
hexdump3
function), I'm getting the following error:Not sure why you need a GUI in a hex dumper, but the solution is to install the
python-tk
package withapt-get
:(Apparently, it's not a Python package, so
pip install python-tk
won't work.)Perhaps you should mention this somewhere in the documentation. Even better if
setup.py
could handle it automatically, but I'm not sure if it could install non-Python packages.