Forgive if this is a duplicate. I thought I sent this already.
I'm trying to generate an .exe from my python script which accesses external DLLs using ctypes, and I would like to *not* package the DLLs. How do I use PyInstaller to generate an .exe which use the DLLs on the target machine it's running on?
I did some searching but I haven't found anything that talks about this scenario, even though I don't doubt you've already answered this question before. If so, I apologize, please just point me at it.
Thank you in advance!
Matt