I just installed a new MiTM software called: Subterfuge on Arch Linux 32-bit but when I try to run it as sudo I get the following error:
Traceback (most recent call last):
File "/usr/share/subterfuge/manage.py", line 2, in <module>
from django.core.management import execute_manager
ImportError: No module named django.core.management
I am posting here because I believe that this is a general error related to Python paths, however I don't know how to work around it.
Any ideas?