hak4 / subterfuge

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

subterfuge: command not found (a NEW one) #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1- I try to install Subterfuge, this gives me an error : No module named 
_tkinter, please install the python-tk package
2- So I install this package with the command : sudo apt-get install python-tk
The package installs correctly from ubuntu.com. Then Subterfuge installs 
correctly too.
3- When trying to launch it with the command : subterfuge. This gives the 
message : subterfuge: command not found
4- Same thing for both full and simple installation

What is the expected output? What do you see instead?
- subterfuge: command not found

What version of the product are you using? On what operating system?
- Subterfuge Public Beta 4.3
- Ubuntu 12.10 32 bits

Please provide any additional information below.
- Subterfuge Public Beta 4.3 worked very well in Back Track 5 R2 32 bits but 
not in this Ubuntu 12.10 32 bits !

Original issue reported on code.google.com by khadidja...@gmail.com on 20 Jan 2013 at 11:43

GoogleCodeExporter commented 8 years ago
I solved the problem, both installation and launching should be run as root, so 
:

sudo python install.py -i
sudo subterfuge

And it will launch correctly.

Original comment by khadidja...@gmail.com on 20 Jan 2013 at 12:02

GoogleCodeExporter commented 8 years ago

Original comment by topher.s...@gmail.com on 14 Mar 2013 at 3:05