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

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

python - Specify path of savefig with pylab or matplotlib -

html - grunt SVG to webfont -