Python Forum
How to find PyWin32 for Python 2.1.3
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to find PyWin32 for Python 2.1.3
#1
Please don't ask why I would want to install such an old version of Python, but I have Python 2.3.1 installed anyway. Now I am looking for the corresponding PyWin32 install files. I believe they are available here https://sourceforge.net/projects/pywin32/files/pywin32/ or here https://www.lfd.uci.edu/~gohlke/pythonlibs/ but I cannot fathom exactly what file(s) I need to download or what to do with the download
Reply
#2
python (if you need docs or complete download)
see: https://www.python.org/download/releases/

you should be able to download an older branch of pywin32 here: https://github.com/mhammond/pywin32
Reply
#3
Paul_Newton Wrote:but I have Python 2.3.1 installed anyway
In build 200 download pywin32-200.win32-py2.3.exe
Just run this file it's a Windows Installer,press next and will look for Python 2.3 in Windows Path.
Reply
#4
Thanks, I'll give that a try in the morning - I will post back with my findings.
Reply
#5
My mistake - Python version is 2.1.3 not 2.3.1 and in Build 200 the oldest version is Python 2.2, so I think I am out of luck
Reply
#6
In same folder download pywin32-200.zip this is the first release.
Unpack and from this folder in comman line try run:
python setup_win32all.py -q build
# Or
python setup_win32all.py -q install
Reply
#7
I'll give it a go ... thanks again
Reply
#8
Shocked 
I am getting an error message "No such file or directory win32\\PyWinTypes.dsp".

The Win32 folder has nothing in other than two folders "lib" and "src". The src folder does contain PyWinTypes.py but that's as far as I have got.

Attached screenshot of the command window showing the error

Attached Files

Thumbnail(s)
   
Reply
#9
(Nov-16-2022, 12:10 AM)Paul_Newton Wrote: I am getting an error message "No such file or directory win32\\PyWinTypes.dsp".
I guess missing build tools that he used to build this first version.
Then it's diffcult,you can try to ask on pywin32 GitHub.
Or try to get it to work on Python 2.3.1 where there is a installer for pywin32.
Reply
#10
I am replying to thank everybody for their suggestions and help. In the end I did not manage to do anything with with 2.1.3 but I did manage to install 2.2.3 and the PyWin32-212-.win32-py2.2.EXE extensions.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  pywin32: Outlook connection ends with 'operation aborted' on one machine tstone 0 2,401 May-03-2022, 04:29 AM
Last Post: tstone
  pywin32 problems catlessness 0 1,238 Apr-01-2022, 01:04 PM
Last Post: catlessness
  pywin32 Illustrator Throwing Exception Error matthewsjc1 7 5,606 Aug-27-2021, 02:43 AM
Last Post: Larz60+
  Has anyone figured out how to get pywin32 into a virtual environment yet? RobR 6 4,728 Jun-04-2020, 01:26 PM
Last Post: RobR
  wmi + pypiwin32 + pywin32 + Kodi NonSufficitOrbis 7 3,853 Aug-26-2019, 09:49 PM
Last Post: NonSufficitOrbis
  No module named pywin32 WantedStarling 3 12,267 Dec-07-2018, 09:11 PM
Last Post: Larz60+
  ISO working example of opening a Microsoft Word document through PyWin32 Orthoducks 1 4,617 Dec-25-2016, 10:12 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020