Even tried wiping pip && requests and reinstall - same result.
Package installs, tried sudo ldconfig - however, not getting this to work.
Iam a python newb, please excuse if theres a usefail from my side.
python3 robobrowser.py
Traceback (most recent call last):
File "robobrowser.py", line 4, in <module>
from robobrowser import RoboBrowser
File "/home/robotux/robobrowser.py", line 4, in <module>
from robobrowser import RoboBrowser
ImportError: cannot import name 'RoboBrowser'
OS: 16.04 Tried pip and pip easyinstall pip install robobrowser sudo -H pip install robobrowser ....
Even tried wiping pip && requests and reinstall - same result.
Package installs, tried sudo ldconfig - however, not getting this to work. Iam a python newb, please excuse if theres a usefail from my side.