I downloaded the .deb file for subterfuge and ran the appropriate dpkg -i thisfile.deb.
Then had to do an apt-get install -f to fix dependencies.
Now its installed but when i go to run in i get this:
ryu@zen:~$ subterfuge
Traceback (most recent call last):
File "/bin/subterfuge", line 25, in <module>
from main.models import *
File "/usr/share/subterfuge/main/models.py", line 3, in <module>
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.
ryu@zen:~$
Same result if ran as root or sudo user. Anyone seen this before? I'm not turning up much info myself and Im stumped.