Skip to content
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

Open
gamegoofs2 opened this issue Sep 11, 2015 · 6 comments
Open

No module named GraphMLParser #32

gamegoofs2 opened this issue Sep 11, 2015 · 6 comments

Comments

@gamegoofs2
Copy link

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?

@xlucagiordanox
Copy link

modify lines 18-21 in fbstalker1.py to this:
from pygraphml.graphml_parser import *
from pygraphml.graph import *
from pygraphml.node import *
from pygraphml.edge import *

@brandontict
Copy link

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):
File "fbstalker1.py", line 59, in
driver = webdriver.Chrome(chrome_options=chromeOptions)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 61, in init
self.service.start()
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/service.py", line 88, in start
os.path.basename(self.path) + "'")
selenium.common.exceptions.WebDriverException: Message: Can not connect to the 'chromedriver'

@brandontict
Copy link

After reinstalling chromedriver ,

raceback (most recent call last):
File "fbstalker1.py", line 59, in
driver = webdriver.Chrome(chrome_options=chromeOptions)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 67, in init
desired_capabilities=desired_capabilities)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 87, in init
self.start_session(desired_capabilities, browser_profile)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 141, in start_session
'desiredCapabilities': desired_capabilities,
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 201, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 181, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: Unable to either launch or connect to Chrome. Please check that ChromeDriver is up-to-date. Using Chrome binary at: /usr/bin/google-chrome

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

@BlackOsint
Copy link

The problemas its selenium driver. You must download and configure

@PastaGringo
Copy link

No one found ? :(

@hitchou
Copy link

hitchou commented Mar 6, 2020

no solution ?

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

No branches or pull requests

6 participants