savio-code / ghost-phisher

Automatically exported from code.google.com/p/ghost-phisher
327 stars 111 forks source link

1.36 Update Screws Program #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Notified of update to 1.36.
2. Accept update, restart program and pc.
3. Program wont run...

What is the expected output? What do you see instead?
Says "starting ghost-pinisher" in startbar, then closes and nothing happens.

What version of the product are you using? On what operating system?

Updating to 1.36, Backtrack 5r1

Please provide any additional information below.

The latest update kills the program, however i can still get it to run on 1.3.

Original issue reported on code.google.com by chrisvel...@gmail.com on 9 Dec 2011 at 11:49

GoogleCodeExporter commented 9 years ago
Okay, i had a serious look at fixing the problem.

First i cd'ed to the install directory.
Then i attempted to execute ghost.py in terminal, and got a permissions error.
So i right clicked and made ghost.py executable.
Then executed ghost.py again and got the following error:

Traceback (most recent call last):
  File "ghost.py", line 15, in <module>
    from gui import *
  File "/opt/Ghost-Phisher/gui/ghost_phisher.py", line 23, in <module>
    from font_settings import font_settings
  File "/opt/Ghost-Phisher/gui/font_settings.py", line 16, in <module>
    settings_object = Ghost_settings()
NameError: name 'Ghost_settings' is not defined

Hope this helps, i really enjoy the program.

Original comment by chrisvel...@gmail.com on 10 Dec 2011 at 1:43

GoogleCodeExporter commented 9 years ago
Thanks my Bro ;-)... Bug has been fixed!

Original comment by saviob...@rocketmail.com on 10 Dec 2011 at 9:05

GoogleCodeExporter commented 9 years ago
No problem, always happy to support a bad-ass developer!

Original comment by chrisvel...@gmail.com on 11 Dec 2011 at 9:27