jesparza/peepdf

Issue when generating XML in Kali

barneyOSCP10101 opened this issue · 0 comments

Getting issues when generating xml using Kali

*** Error: Exception while generating the XML file!!

Please, don't forget to report the errors found:
- Sending the file "/home/kali/***" to the author (mailto:peepdfREMOVETHIS@eternal-todo.com)
- And/Or creating an issue on the project webpage (https://github.com/jesparza/peepdf/issues)

Error Text:
└─$ cat errors.txt 1 ⨯
Traceback (most recent call last):
File "./peepdf.py", line 519, in
from lxml import etree
ImportError: No module named lxml
Traceback (most recent call last):
File "./peepdf.py", line 519, in
from lxml import etree
ImportError: No module named lxml
Traceback (most recent call last):
File "./peepdf.py", line 519, in
from lxml import etree
ImportError: No module named lxml
Traceback (most recent call last):
File "./peepdf.py", line 519, in
from lxml import etree
ImportError: No module named lxml

COnfirming that I have lxml installed
└─$ sudo apt-get install python3-lxml 1 ⨯
[sudo] password for kali:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-lxml is already the newest version (4.6.2-1).
python3-lxml set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 93 not upgraded.