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 can we post XML strings along with text strings in iOS -

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

c# - cefsharp app remember password option -