Python Splinter Library ImportError: cannot import name Browser -
i'm trying use splinter library in python. when use
from splinter import browser
in code gives me:
file "d:\users\user\desktop\splinter.py", line 1, in importerror: cannot import name browser
i trying run file desktop. why looking on desktop splinter.py? there no splinter.py on desktop.
fixed: there file named 'splinter.pyc' on desktop before file named correctly. deleting fixed problem.
Comments
Post a Comment