wiki:Python for Windows

Version 2 (modified by Paul Kulda, 2 years ago) ( diff )

--

Python for Windows

Install the flavor of python you want to work with

Windows 7 / Server 2008 up to Python Version 3.8.10

Windows Ten / Server 2019 Current (3.9 at time of writing)

You will then need to install setuptools & pip before proceeding

You will need to update pip to deal with an ssl error

python -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade pip

then Install the following libraries using pip (this is based on a server 2008 install)

(If using PGSQL) pip install psycopg2

pip install pywin32

Note: See TracWiki for help on using the wiki.