Add DLL path during loading - #28
Conversation
|
Should close #27 . I tested locally, but would be good if you could test as well @marktsuchida |
|
Here's the missing info that could have led to a quicker merge if provided :) The Before this PR:
After this PR:
So this no longer finds dependencies in the current working directory or on Now, although we have generally relied on either CWD or
So yes, we can do this, but we must note that putting |
|
@marktsuchida thanks for digging! Do you think it would be prudent to put this information (at least the current paths being searched) as comments within the file? |
|
@gselzer actually good to put in the readme |
|
And in the docs for |
This allows DLL dependencies to be loaded from the same directory as the DLL itself. Very useful for usage within pymmcore-plus contexts.