Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback errors on 5.6.0-kali2-amd64 when trying to install. #68

Open
metamonsta opened this issue Jun 25, 2020 · 4 comments
Open

Traceback errors on 5.6.0-kali2-amd64 when trying to install. #68

metamonsta opened this issue Jun 25, 2020 · 4 comments

Comments

@metamonsta
Copy link

New issue after manually making the changes mentioned in the pull request. Attempting install on 5.6.0-kali2-amd64.

Traceback (most recent call last):
File "w4sp_webapp.py", line 9, in
import w4sp
File "/opt/w4sp-lab/w4sp.py", line 1, in
from w4sp_app import *
File "/opt/w4sp-lab/w4sp_app/init.py", line 1, in
from w4sp_app.container import container,ns_root,c
File "/opt/w4sp-lab/w4sp_app/container.py", line 68
ret = libc.setns(ns_fd.fileno(), 0)
^
IndentationError: unindent does not match any outer indentation level

Please advise,

@giacomomangelli
Copy link

it looks like you didn't all the changes that are on the pull request, cause the import are written still with the python 2.7 format

@metamonsta
Copy link
Author

ah, ok. will go back and check again.

@giacomomangelli
Copy link

anyway it won't work even if you do all the correct change, we discussed the last changes to do in this topic
error: impossibile trovare 'python-netifaces'
i'm sorry that all the discussion is in italian, i hope you'll find the answer you need

@metamonsta
Copy link
Author

Thank you Meliodas123! I used the modified master (w4sp-lab-master.zip) that was attached to the following thread: #63

I wrote over my existing install with the modified files and I am currently going through the install. So far things are looking like it may be successful.

Thanks in advance all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants