Re: Experience with JCC >=3.9.9 and windows

2022-02-07 Thread Petrus Hyvönen
Hi, I just got some response on this through conda-forge community, that this would be due that the DLL resolution order was changed in 3.8 (but temporary reverted in conda-forge python). https://github.com/conda-forge/python-feedstock/issues/552 I will try to test this, if correct it will need

Re: Experience with JCC >=3.9.9 and windows

2021-12-28 Thread Petrus Hyvönen
Short update, I have now debugged the python 3.9.9 (not working) and 3.9.7 (working) side by side. It seems like there is a difference in behavior of the "import jcc._jcc3 as _jcc3" in __init__.py of jcc that triggers the find_spec() method in the _distutils_hack module. The return of this function

Experience with JCC >=3.9.9 and windows

2021-12-28 Thread Petrus Hyvönen
Hi, I am trying to build JCC (3.11) for conda-forge packaging and is struggling a bit with building JCC for windows platform when version is 3.9.9 or higher (3.10). The odd thing is that 3.9.7 is working, which is using (to my current knowledge) the same other packages as 3.9.9 and other settings.