Re: Module use of python3_d.dll conflicts with this version of Python

2023-01-26 Thread Eryk Sun
On 1/26/23, Olivier B. wrote: > > Does someone know why it would have been chosen to be different for > debug builds? It's assumed that a debug build would normally link with "pythonXY_d.dll". Maybe it should be more defensive. Refer to the following setup in PC/pyconfig.h: /* For an MSVC DL

Module use of python3_d.dll conflicts with this version of Python

2023-01-26 Thread Olivier B.
the swig python/c++ module, i get a "Module use of python3_d.dll conflicts with this version of Python". I checked that i am properly loading the python3_d.dll of my python37, and python python37_d.dll too Looking in dynload_win.c of python sources where the message is triggered, in