Subterfuge-Framework / Subterfuge

Framework for Man-In-The-Middle attacks
http://kinozoa.com/blog
185 stars 59 forks source link

python django installation problem #3 #10

Closed freeroute closed 8 years ago

freeroute commented 8 years ago

When run subterfuge I got this error. What is the problem? Could you help me, please?

root@freeroute:~/Downloads/Subterfuge# subterfuge Traceback (most recent call last): File "/bin/subterfuge", line 25, in from main.models import * File "/usr/share/subterfuge/main/models.py", line 3, in class credentials(models.Model): File "/usr/lib/python2.7/dist-packages/django/db/models/base.py", line 94, in new app_config = apps.get_containing_app_config(module) File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 239, in get_containing_app_config self.check_apps_ready() File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 124, in check_apps_ready raise AppRegistryNotReady("Apps aren't loaded yet.") django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. root@freeroute:~/Downloads/Subterfuge#

ufinal commented 8 years ago

sudo pip install django=="1.5" reboot now also remove version higher then 1.5

dgramop commented 8 years ago

Instead of reboot just stop the service and start ? On Mar 3, 2016 11:39 PM, "ufinal" notifications@github.com wrote:

sudo pip install django=="1.5" reboot now

— Reply to this email directly or view it on GitHub https://github.com/Subterfuge-Framework/Subterfuge/issues/10#issuecomment-192097933 .

freeroute commented 8 years ago

Thanks for your help. I have installed django 1.5., now subterfuge running, but login credentials not captured. What sould I check?

0sm0s1z commented 8 years ago

Issue resolved by: 6c35097