jmcarp / robobrowser

BSD 3-Clause "New" or "Revised" License
3.7k stars 337 forks source link

ImportError: cannot import name 'RoboBrowser' #83

Closed alphaaurigae closed 5 years ago

alphaaurigae commented 6 years ago

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.

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'
alphaaurigae commented 5 years ago

nope, eventually got tired and found another solution.

karam93 commented 5 years ago

nope, eventually got tired and found another solution.

what is the other solution>?

alphaaurigae commented 5 years ago

beautifulsoup as far as i remember :)