[issue38597] C Extension import limit

2020-02-23 Thread Xinfa Zhu
Xinfa Zhu added the comment: I have a similar issue. Do we have an estimate how long it may take to fix this bug? Thanks. I can help but would need some mentoring. -- nosy: +xinfazhu ___ Python tracker <https://bugs.python.org/issue38

[issue38597] C Extension import limit

2020-02-23 Thread Xinfa Zhu
Xinfa Zhu added the comment: Thanks Steve. Here is what you requested. xinfa@LAPTOP-71TBJKSA MINGW64 /c/Program Files (x86)/Microsoft Visual Studio $ ./Installer/vswhere.exe Visual Studio Locator version 2.7.1+180c706d56 [query version 2.3.2200.14893] Copyright (C) Microsoft Corporation. All

[issue38597] C Extension import limit

2020-02-26 Thread Xinfa Zhu
Xinfa Zhu added the comment: I have had wheel installed. Following this SO answer (https://stackoverflow.com/a/50314071/7269441), I added "import setuptools" before distutils (my setup.py attached). Following is the log, where we see the VS path it is using. BTW, I am trying to

[issue38597] C Extension import limit

2020-02-27 Thread Xinfa Zhu
Xinfa Zhu added the comment: FYI when I reduced my package to 106 extension modules, I could run without the DLL error. -- ___ Python tracker <https://bugs.python.org/issue38

[issue38597] C Extension import limit

2020-03-01 Thread Xinfa Zhu
Xinfa Zhu added the comment: Steve, don't know if you still need it but here is what you requested. Sorry for the slow move (I was working on something else). Seems mine is finding the x64 before the OneCore, though I don't know the significance. Python 3.7.1 (default, Dec 10 2018