Skip to content

scapy: "Can't import PyX. Won't be able to use psdump() or pdfdump()"

I installed Kali on VMware recently.

However, I encountered a subtle issue while running the scapy application. Please find the attachment to know how it looks.

image

It is easily resolved by installing the python3-pyx package:

$ sudo apt install python3-pyx