Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Error when starting ghost-phisher. #50

Open
retriple333 opened this issue Jun 30, 2018 · 1 comment
Open

Error when starting ghost-phisher. #50

retriple333 opened this issue Jun 30, 2018 · 1 comment

Comments

@retriple333
Copy link

root@kali:~# ghost-phisher
Traceback (most recent call last):
File "ghost.py", line 15, in
from gui import *
File "/usr/share/ghost-phisher/gui/ghost_phisher.py", line 19, in
from core.ghost_dns import *
File "/usr/share/ghost-phisher/core/ghost_dns.py", line 33, in
from scapy.all import *
File "/usr/lib/python2.7/dist-packages/scapy/all.py", line 16, in
from scapy.arch import *
File "/usr/lib/python2.7/dist-packages/scapy/arch/init.py", line 20, in
import matplotlib.pyplot as plt
File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 32, in
import matplotlib.colorbar
File "/usr/lib/python2.7/dist-packages/matplotlib/colorbar.py", line 36, in
import matplotlib.contour as contour
File "/usr/lib/python2.7/dist-packages/matplotlib/contour.py", line 21, in
import matplotlib.font_manager as font_manager
File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 1458, in
_rebuild()
File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 1438, in _rebuild
fontManager = FontManager()
File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 1083, in init
self.afmlist = createFontList(self.afmfiles, fontext='afm')
File "/usr/lib/python2.7/dist-packages/matplotlib/font_manager.py", line 570, in createFontList
font = afm.AFM(fh)
File "/usr/lib/python2.7/dist-packages/matplotlib/afm.py", line 337, in init
parse_afm(fh)
File "/usr/lib/python2.7/dist-packages/matplotlib/afm.py", line 326, in parse_afm
doptional = _parse_optional(fh)
File "/usr/lib/python2.7/dist-packages/matplotlib/afm.py", line 306, in _parse_optional
d[key] = optionalkey
File "/usr/lib/python2.7/dist-packages/matplotlib/afm.py", line 235, in _parse_kern_pairs
for line in fh:
IOError: [Errno 5] Input/output error

Looks to be a python error, but I'm truly not sure.

Thanks in advance

@SecureCloud-biz
Copy link

same here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants