You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed all the instructions, even modifying the code as described but it doesn't work.
Ver. Python 3.11.7
Traceback (most recent call last):
File "/home/antrenor/Downloads/w4sp-lab-master/w4sp_webapp.py", line 9, in
import w4sp
File "/home/antrenor/Downloads/w4sp-lab-master/w4sp.py", line 1, in
from w4sp_app import *
File "/home/antrenor/Downloads/w4sp-lab-master/w4sp_app/init.py", line 1, in
from w4sp_app.container import container,ns_root,c
File "/home/antrenor/Downloads/w4sp-lab-master/w4sp_app/container.py", line 1, in
from w4sp_app.utils import r, docker_clean
File "/home/antrenor/Downloads/w4sp-lab-master/w4sp_app/utils.py", line 137
for nic in r('ifconfig -a').split(b'\n\n')[:-1]:
^
IndentationError: unindent does not match any outer indentation level
on kali2022 ,It is python 3.10, w4sp-lab does not run!
The text was updated successfully, but these errors were encountered: