skip to Main Content

Ubuntu – from ps4 import BeautifulSoup doens't work.. not capital letters, not file name bs4.py, uninstalled and installed multiple times

The code is just from bs4 import BeautifulSoup print(BeautifulSoup.__file__) and the error shows File "/path/to/wtfisgoingon.py", line 1, in <module> from bs4 import BeautifulSoup ImportError: cannot import name 'BeautifulSoup' from 'bs4' (unknown location) Downloaded BeautifulSoup4 on Linux Ubuntu 20.04 using: sudo…

VIEW QUESTION

Ubuntu – Linux [Errno 13] Permission denied

I have a python script that works on Windows but am having a hard time running it on Ubuntu Desktop. Not a lot of wisdom here any tips greatly appreciated... test.py #!/usr/bin/env python3 """ https://pymodbustcp.readthedocs.io/en/latest/examples/server_allow.html An example of Modbus/TCP server…

VIEW QUESTION
Back To Top
Search