PrinceXilo / subterfuge

Automatically exported from code.google.com/p/subterfuge
GNU General Public License v3.0
0 stars 0 forks source link

ImportError message when running subterfuge. #175

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. After running " dpkg -i subterfuge_1.0-1_all.deb"
2. I then type "subterfuge" in terminal.
3. After that an error appears.

What is the expected output? What do you see instead?
Subterfuge to be up and running. Instead this is what shows up:

root@kali:~/Desktop# subterfuge
Subterfuge courtesy of r00t0v3rr1d3 & 0sm0s1z
Traceback (most recent call last):
  File "/usr/share/manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
ImportError: No module named django.core.management

What version of the product are you using? On what operating system?
subterfuge_1.0-1_all.deb
Kali Linux

Please provide any additional information below.
This is my whole process as shown below:

root@kali:~/Desktop# dpkg -i subterfuge_1.0-1_all.deb
(Reading database ... 349157 files and directories currently installed.)
Preparing to replace subterfuge 1.0-1 (using subterfuge_1.0-1_all.deb) ...
Unpacking replacement subterfuge ...
Setting up subterfuge (1.0-1) ...
root@kali:~/Desktop# subterfuge

Subterfuge courtesy of r00t0v3rr1d3 & 0sm0s1z
Traceback (most recent call last):
  File "/usr/share/manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
ImportError: No module named django.core.management

Also here is my source list just in case it makes a difference, which I am not 
sure if it does:

# 

# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL 
Binary 20150312-17:50]/ kali contrib main non-free

#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL 
Binary 20150312-17:50]/ kali contrib main non-free

deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free

deb-src http://http.kali.org/kali kali main non-free contrib
deb-src http://security.kali.org/kali-security kali/updates main contrib 
non-free

I would really appreciate your help thanks!

Original issue reported on code.google.com by samfo...@gmail.com on 11 Aug 2015 at 5:02