Solved.  Huge thanks for pointing me to what I should have read to begin with.  
😊 ☹

Thank you very much!

In case anyone finds this thread...

Solution was to run:

# cd \python38 (where my python was installed):

# python Scripts/pywin32_postinstall.py -install

... per the link Mark provided (post install script is a little above this 
entry point in the article).

https://github.com/mhammond/pywin32/blob/main/README.md#the-specified-procedure-could-not-be-found--entry-point-not-found-errors

Steven
-----Original Message-----
From: Mark Hammond <mhamm...@skippinet.com.au> 
Sent: Monday, May 02, 2022 4:41 PM
To: Steven Manross <ste...@manross.net>; python-win32@python.org
Subject: Re: [python-win32] [ANN] pywin32 build 304 released

On 3/05/2022 5:31 am, Steven Manross wrote:
> Thanks for the new version!
> 
> Considering I've been on build 227 forever, I tried upgrading my webserver's 
> pywin32 build to 304 with a base of Activestate Python 3.8 (64-bit), and now 
> I'm getting errors in my ASP pages ("500" Server Error), and in ipython 
> (below).

The README has a section dedicated to this - 
https://github.com/mhammond/pywin32/blob/main/README.md#the-specified-procedure-could-not-be-found--entry-point-not-found-errors
 
- tl;dr, you probably have duplicate pywin32 DLLs installed, possibly 
because the different versions were installed using different techniques.

Cheers,

Mark
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to