ImportError: cannot import name 'url' from 'django.conf.urls' - Django Error By: Mohamed Rasik 11 April 2024 I got this following error while running the django web project "ImportError: cannot import name 'url' from 'django.conf.urls'" Read More
AttributeError: 'NoneType' object has no attribute 'get_text' - Python By: Mohamed Rasik 14 February 2024 I got this following error while running the program to extract the text from an HTML address tag using Python. Read More
ModuleNotFoundError: No module named 'openpyxl' - Python By: Mohamed Rasik 30 January 2024 I got this following error while running a program to create an Excel file from a list of titles in python. Read More
How to get thumbnail from vimeo video URL in Python? By: Mohamed Rasik 29 January 2024 In this video tutorial I will show you how to get thumbnail from vimeo video URL using Python program. Read More
Remove all special characters, punctuation except spaces from string - Python By: Mohamed Rasik 22 January 2024 In this tutorial I will show you how to remove all special characters, punctuation except spaces from string in Python Read More
OSError: cannot write mode RGBA as JPEG- Python By: Mohamed Rasik 10 January 2024 I got this following error when I try to save an image with an alpha channel (transparency) as a JPEG file. "cannot write mode RGBA as JPEG". Read More
expected str, bytes or os.PathLike object, not JpegImageFile - Python By: Mohamed Rasik 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 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 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 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