adang1345

Results 7 comments of adang1345

Hi, I noticed the introduction of the `collect_delvewheel_libs_directory()` function in https://github.com/pyinstaller/pyinstaller/commit/9373f07c7724d3bc7a55da9b36a251f5965e3b51. Would it be helpful if I were to have `delvewheel` inject a hook that calls this function whenever it...

> One thing I would ask you, though, is to guard the `os.add_dll_directory()` call in `delvewheel`-injected init function with a check that the directory exists, so it does not raise...

I've been force-pushing every time I make updates. There's not much sense in keeping history for binary files, and I want to prevent the repository from growing too big. You...

1. The arrow pertains to a Windows API set. The file `encryptor.exe` has a dependency on `api-ms-win-crt-runtime-l1-1-0.dll`. However, this file does not actually exist. When the Windows loader notices that...

This turns out to be a bug in `delvewheel`. See https://github.com/adang1345/delvewheel/issues/51.

Python 3.13 RC 1 is up at https://github.com/adang1345/PythonWin7/tree/master/3.13.0rc1.

The `.data` directory supports 5 subdirectories: `purelib`, `platlib`, `headers`, `scripts`, and `data`. I am aware of use cases where `.pyd` files are placed in `purelib` and `platlib`, but I am...