-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named GraphMLParser #32
Comments
modify lines 18-21 in fbstalker1.py to this: |
I am receiving the same error , Double checked dependences. Still no go. Lines 18-21 were already set as above states. EDIT: Now I receive Traceback (most recent call last): |
After reinstalling chromedriver , raceback (most recent call last): google-chrome exists in /usr/bin/ . Although When i attempt to execute by itself, nothing happens. Will keep update, hope fully someone can benefit from this troubleshooting |
The problemas its selenium driver. You must download and configure |
No one found ? :( |
no solution ? |
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?
The text was updated successfully, but these errors were encountered: