File "fbstalker1.py", line 18, in
from pygraphml.GraphMLParser import *
ImportError: No module named GraphMLParser
After installing all the pre-reqs I run it and get this. I have worked around it by removing the .GraphMLParser portion, but I'm not sure if I am breaking the application by doing so. Am I missing something or is this a real issue?
File "fbstalker1.py", line 18, in
from pygraphml.GraphMLParser import *
ImportError: No module named GraphMLParser
After installing all the pre-reqs I run it and get this. I have worked around it by removing the .GraphMLParser portion, but I'm not sure if I am breaking the application by doing so. Am I missing something or is this a real issue?