I've developed a dll in visual studio that I'd now like to use in Python using the standard IDLE.
I cannot seem to find a straightforward solution to this anywhere. I've tried using pip install *dll location*
, but to no luck (hopes were never high).
I've pretty much solely been a .NET developer so my knowledge of python is pretty poor. There must be some way to install third party dll packages.