I am trying to convert python code in to .dll for windows. I have tried pyinstaller but it gives directly the .exe whereas i would need .dll. Is there any method by which i can convert the python script to .dll (not .pyd) ?
Asked
Active
Viewed 44 times
0
-
https://stackoverflow.com/questions/10859369/how-to-compile-a-python-package-to-a-dll – Sembei Norimaki Jan 24 '23 at 09:48
-
Thanks Sembei. But i need .dll not .pyd – Vinay Jan 24 '23 at 10:27