adang1345 / delvewheel

Self-contained Python wheels for Windows
MIT License
123 stars 12 forks source link

Suppress delay-load? #34

Closed ndw closed 1 year ago

ndw commented 1 year ago

In January, I constructed some wheels with cibuildwheel and they came out fine. I did the same thing earlier this week and the resulting wheels have a .pth file that's apparently related to support for delay-load. This breaks the wheels in a virtual environment.

Is it possible to tell delvewheel not to do this?

adang1345 commented 1 year ago

I did some further investigating and found that the support for delay-load DLLs causes some other problems as well, so I backed out the change and made a new release. Version 1.3.5 contains the fix.