w4sp-book / w4sp-lab

Lab environment for the Wireshark for Security Professionals book
https://github.com/w4sp-book/w4sp-lab/wiki/Lab-Installation
71 stars 42 forks source link

No module named 'container' #89

Open jintel01 opened 1 year ago

jintel01 commented 1 year ago

After fixing 3 print errors (parentheses were not used or used correctly) I am now getting the following:

└─$ sudo python w4sp_webapp.py [sudo] password for w4sp-lab: Traceback (most recent call last): File "/home/w4sp-lab/Downloads/w4sp-lab-master/w4sp_webapp.py", line 8, in import w4sp File "/home/w4sp-lab/Downloads/w4sp-lab-master/w4sp.py", line 1, in from w4sp_app import * File "/home/w4sp-lab/Downloads/w4sp-lab-master/w4sp_app/init.py", line 1, in from container import container,ns_root,c ModuleNotFoundError: No module named 'container'

Please advise.