Package: python-evtx
Version: 0.6.1-1
Severity: serious
Justification: missing dependency

$ evtx_dump.py
Traceback (most recent call last):
  File "/usr/bin/evtx_dump.py", line 20, in <module>
    import Evtx.Evtx as evtx
  File "/usr/local/buildtools/current/sitecustomize/sitecustomize.py", line 
152, in SetupPathsAndImport
    return real_import(name, globals, locals, fromlist, level)
  File "/usr/lib/python2.7/dist-packages/Evtx/Evtx.py", line 28, in <module>
    import Evtx.Views as e_views
  File "/usr/lib/python2.7/dist-packages/Evtx/Views.py", line 25, in <module>
    import Evtx.Nodes as e_nodes
  File "/usr/lib/python2.7/dist-packages/Evtx/Nodes.py", line 25, in <module>
    import hexdump
ImportError: No module named hexdump

Looks similar to https://bugs.debian.org/851056. The fix there doesn't
seem to help here: there is a /usr/lib/python2.7/dist-packages/Evtx/hexdump.py
file, but "import hexdump" doesn't import it (should it be "import
Evtx.hexdump" instead?).

Thanks for packaging the evtx package!

Reply via email to