Hi
I have a python script that works just fine in my local Pycharm IDE, now I have uploaded the spcript to pythonanywhere and the script does not work, I created a virtual environment with the necessary packages (BeautifulSoup) and even I have uploaded my local venv but in both cases the Script does not work like it does in my local machine.
The code is a webcrawler, are there any restrictions for this kind of code?
Thanks