On 10/22/19, Albert-Jan Roskam wrote:
> On 22 Oct 2019 11:23, GerritM wrote:
>
>> ImportError: DLL load failed: The specified > procedure could not be
>> found.
Many of the PyWin32 extensions depend on pywintypesXX.dll, and some
depend on pythoncomXX.dll. There's a post-installation script that
Am 22.10.2019 um 19:24 schrieb Terry Reedy:
...
Is there a win32 list where people might have more knowledge of such?
There is:
python-wi...@python.org
https://mail.python.org/mailman/listinfo/python-win32
If you prefer Gmane:
news://news.gmane.org/gmane.comp.python.windows
HTH
--
htt
On 2019-10-22 17:31, Albert-Jan Roskam wrote:
On 22 Oct 2019 11:23, GerritM wrote:
ImportError: DLL load failed: The specified > procedure could not be found.
I've had the same error before and I solved it by adding the location where the
win32 dlls live to PATH. Maybe PATH gets messed up
On 10/22/2019 11:42 AM, GerritM wrote:
On Tuesday, October 22, 2019 at 12:09:46 PM UTC+2, Terry Reedy wrote:
On 10/22/2019 5:23 AM, GerritM wrote:
<...snip...>
Install 1 at a time and try your normal scripts?
Starting from a state of ignorance about interactions between Win32 and
other mo
On 22 Oct 2019 11:23, GerritM wrote:
> ImportError: DLL load failed: The specified > procedure could not be found.
I've had the same error before and I solved it by adding the location where the
win32 dlls live to PATH. Maybe PATH gets messed up during the installation of
something.
--
htt
On Tuesday, October 22, 2019 at 12:09:46 PM UTC+2, Terry Reedy wrote:
> On 10/22/2019 5:23 AM, GerritM wrote:
<...snip...>
>
> Install 1 at a time and try your normal scripts? Or try them with 3.7.
>
> --
> Terry Jan Reedy
I am working on the Python 2 to Python 3 transition.
I found on Intern
On 10/22/2019 5:23 AM, GerritM wrote:
I recently installed IPython, Pandas, Altair, Jupyter, MatPlotLib, and Numpy on
my Windows 10, Python27 installation to explore what it can do.
All of those 5 packages either have or will stop supporting 2.x. See
https://python3statement.org/.
When I
I recently installed IPython, Pandas, Altair, Jupyter, MatPlotLib, and Numpy on
my Windows 10, Python27 installation to explore what it can do.
When I tried to run my normal scripts a few days later, I discovered that
win32com and related modules like win32ami give problems:
Traceback (most rec