OPNReport
OPNReport copied to clipboard
No module named 'opnsense'
Hi Andy,
We are trying to convert pfsense xml to readable rules, folowed your instrucitons installed everything. when running opn-parse we get this error: from opnsense import OpnSenseDocument ModuleNotFoundError: No module named 'opnsense' Can you please help? Thank you!
Try to replace
from opnsense import OpnSenseDocument
with
from opnreport.opnsense import OpnSenseDocument