Skip to content

Releases: mhammond/pywin32

Build 312

Choose a tag to compare

@mhammond mhammond released this 04 Jun 07:53

A release with a number of incremental improvements

Install via pip:

pip install pywin32 --upgrade

More details in the README

Build 311

Choose a tag to compare

@mhammond mhammond released this 14 Jul 20:18

A release with a number of incremental improvements

Install via pip:

pip install pywin32 --upgrade

More details in the README

Release 310

Choose a tag to compare

@mhammond mhammond released this 17 Mar 00:58
361195d

A release fixing a few regressions

Install via pip:

pip install pywin32 --upgrade

More details in the README

Release 309

Choose a tag to compare

@mhammond mhammond released this 09 Mar 17:53
515c815

A release with a number of changes and fixes

Install via pip:

pip install pywin32 --upgrade

More details in the README

There are no .exe installers for this release - you must use pip.

Release 308

Choose a tag to compare

@mhammond mhammond released this 12 Oct 20:47
8578330

A release with a few bugfixes, specifically:

  • Fix error running pywin32_postinstall.py
  • Fix Pythonwin displaying syntax errors in Python 3.13

All changes

Installed with pip:

pip install pywin32 --upgrade

More details in the README

There are no .exe installers for this release - you must use pip.

Release 307

Choose a tag to compare

@mhammond mhammond released this 04 Oct 20:04

The changes

Installed with pip:

pip install pywin32 --upgrade

More details in the README

There are no .exe installers for this release - you must use pip.

Release 306

Choose a tag to compare

@mhammond mhammond released this 26 Mar 00:18
bff5b3a

The changes

You should use pip:

pip install pywin32 --upgrade

More details in the README

.exe installers are now deprecated, but while they still exist, you must choose both the correct Python version and "bittedness". Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32.

There is one binary per-version, per-bittedness. To determine what version of Python you have, start Python and look at the first line of the banner. Compare these 2:

Python 2.7.2+ ... [MSC v.1500 32 bit (Intel)] on win32
Python 2.7.2+ ... [MSC v.1500 64 bit (AMD64)] on win32
                              ^^^^^^^^^^^^^^

If the installation process informs you that Python is not found in the registry, it almost certainly means you have downloaded the wrong version - either for the wrong version of Python, or the wrong "bittedness".

But as above: .exe installers are deprecated - please use pip.

Release 305

Choose a tag to compare

@mhammond mhammond released this 06 Nov 07:47
52628af

The changes

You should use pip:

pip install pywin32 --upgrade

More details in the README

.exe installers are now deprecated, but while they still exist, you must choose both the correct Python version and "bittedness". Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32.

There is one binary per-version, per-bittedness. To determine what version of Python you have, start Python and look at the first line of the banner. Compare these 2:

Python 2.7.2+ ... [MSC v.1500 32 bit (Intel)] on win32
Python 2.7.2+ ... [MSC v.1500 64 bit (AMD64)] on win32
                              ^^^^^^^^^^^^^^

If the installation process informs you that Python is not found in the registry, it almost certainly means you have downloaded the wrong version - either for the wrong version of Python, or the wrong "bittedness".

But as above: .exe installers are deprecated - please use pip.

Release 304

Choose a tag to compare

@mhammond mhammond released this 02 May 07:58
a621f69

The changes

If you use pip: pip install pywin32 --upgrade

A number of things don't work via pip, so you may choose to install binaries - but you must choose both the correct Python version and "bittedness". Note that due to changes in Python there are no binary installers for version 3.10 32bit and later, so pypi is your only option there.

Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32.

There is one binary per-version, per-bittedness. To determine what version of Python you have, start Python and look at the first line of the banner. Compare these 2:

Python 2.7.2+ ... [MSC v.1500 32 bit (Intel)] on win32
Python 2.7.2+ ... [MSC v.1500 64 bit (AMD64)] on win32
                              ^^^^^^^^^^^^^^

If the installation process informs you that Python is not found in the registry, it almost certainly means you have downloaded the wrong version - either for the wrong version of Python, or the wrong "bittedness".

Release 303

Choose a tag to compare

@mhammond mhammond released this 20 Dec 02:14
2d41d13

The changes

If you use pip: pip install pywin32 --upgrade

A number of things don't work via pip, so you may choose to install binaries - but you must choose both the correct Python version and "bittedness". Note that due to changes in Python there are no binary installers for version 3.10 32bit, so pypi is your only option there.

Even if you have a 64bit computer, if you installed a 32bit version of Python you must install the 32bit version of pywin32.

There is one binary per-version, per-bittedness. To determine what version of Python you have, start Python and look at the first line of the banner. Compare these 2:

Python 2.7.2+ ... [MSC v.1500 32 bit (Intel)] on win32
Python 2.7.2+ ... [MSC v.1500 64 bit (AMD64)] on win32
                              ^^^^^^^^^^^^^^

If the installation process informs you that Python is not found in the registry, it almost certainly means you have downloaded the wrong version - either for the wrong version of Python, or the wrong "bittedness".