Month: May 2022

How to install Django in Python ?

Posted on Updated on

Installing Django is simple, If you already have python installed, just type the below given command.

python -m pip install Django and, you will start seeing output as shown in figure below:

Python Error: No module named pywintypes

Posted on Updated on

pywintypes is part of the Python for Windows extensions, otherwise known as pywin32. You’ll need to install that to get access to pywintypes.

>>> pip install pypiwin32