Import-im6.q16: Not Authorized Error 'os' @ Error/constitue.c/writeimage/1037 For A Python Web Scraper
I've written a simple web scraper for a comic website. I'm running it on Ubuntu (Linux ubuntu 4.18.0-16-generic #17~18.04.1-Ubuntu) but when I execute the script (permissions set t
Solution 1:
I am pretty sure you are missing a shebang at the beginning of your file, for example
#!/usr/bin/env python3
#!/usr/bin/env python2
Post a Comment for "Import-im6.q16: Not Authorized Error 'os' @ Error/constitue.c/writeimage/1037 For A Python Web Scraper"