ProgrammingError at /admin/ Table 'django_session' doesn't exist python By: Mohamed Rasik 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 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 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 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
How to blur an image in python? By: Mohamed Rasik 18 November 2023 In this tutorial I will show you how to blur an image in python. Read More
ModuleNotFoundError: No module named 'whois' in Python GoviralHost Without Terminal By: Mohamed Rasik 13 November 2023 I got the following error while running the website. "ModuleNotFoundError: No module named 'whois' " Read More
How to Convert Image to Pencil Sketch in Python? By: Mohamed Rasik 7 November 2023 In this tutorial I will show you how to convert image to pencil sketch in python. Read More
AttributeError: module 'urllib' has no attribute 'request' - Python By: Mohamed Rasik 2 November 2023 I got this following error while running the python program."AttributeError: module 'urllib' has no attribute 'request'" Read More
How to Extract audio from video files using python? By: Mohamed Rasik 2 November 2023 In this tutorial I will show you how to extract audio from video files using python. Read More
PermissionError: [Errno 13] Permission denied: 'shampoo_sales.csv' - Python By: Mohamed Rasik 31 October 2023 I got this following error while running the python program to read csv data. "PermissionError: [Errno 13] Permission denied: 'shampoo_sales.csv' " Read More