Open jeromesteve202 opened 6 years ago
Yeah I'm getting that aswell
You need to find your phantomjs executable (wherever it installed to, or go downloaded selenium again) and either copy the executable into the directory you're working out of, or you can pass the path to the executable by passing it to the class on initialization like so: driver = webdriver.PhantomJS(executable_path="your path here");
You can also add the path to your PATH environment variable, but I wouldn't recommend it.
I tried all of the solutions you mentioned. I'm still getting the same error.
Was anyone able to resolve?
Yes, I was able to get past that error. If you pull or download the most updated project, there were some changes made in the main.py and I am able to run app.py
File "app.py", line 121 print exp ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(exp)?
I think this is a python 2.x project
After the most recent update, when i try to run app.py I am getting an error. I have pasted the terminal output in this message.