expected str, bytes or os.PathLike object, not JpegImageFile - Python By: Mohamed Rasik Category:Python 8 January 2024 I got this following error while creating pdf using the python program"expected str, bytes or os.PathLike object, not JpegImageFile" Read More
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' - PYTHON By: Mohamed Rasik Category:Python 1 January 2024 In this tutorial I will show you how to solve the following error "AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' in PYTHON". Read More
socket.gaierror: [Errno 11001] getaddrinfo failed- Python Error By: Mohamed Rasik Category:Python 22 December 2023 I got this following error while running the python program "socket.gaierror: [Errno 11001] getaddrinfo failed". Read More
urllib.error.HTTPError: HTTP Error 403: Forbidden - Python Error By: Mohamed Rasik Category:Python 21 December 2023 I got this following error while try to scrap a website using URL in python. "urllib.error.HTTPError: HTTP Error 403: Forbidden" Read More
ProgrammingError at /admin/ Table 'django_session' doesn't exist python By: Mohamed Rasik Category:Python 19 December 2023 I got this following error while running django project "ProgrammingError at /admin/ Table 'django_session' doesn't exist". Read More
Import "matplotlib.pyplot" could not be resolved from source -Python By: Mohamed Rasik Category:Python 17 December 2023 I got this following error while running python program "Import "matplotlib.pyplot" could not be resolved from source". Read More
AttributeError: Module 'whois' has no attribute 'whois' - Python By: Mohamed Rasik Category:Python 14 December 2023 I got this following error while running the python web application. "AttributeError: Module 'whois' has no attribute 'whois'" Read More
Fatal error in launcher: Unable to create process using "..python.exe" By: Mohamed Rasik Category:Python 13 December 2023 I got this following error "Fatal error in launcher: Unable to create process using "..python.exe"" while running this command "pipenv --venv". Read More
Fix-Gradient effect turning to gray in after effects By: Mohamed Rasik Category:Computer 2 December 2023 In this tutorial I will fix the issue gradient turning to gray in after effects. Read More
How to blur an image in python? By: Mohamed Rasik Category:Python 18 November 2023 In this tutorial I will show you how to blur an image in python. Read More