I am trying to make a 32bit C# dll interface with Python through Python.NET. However, I want to use certain python libraries that are only available in 64bit version, forcing me to use 64bit python.
Is it possible to interface with a 32bit C# dll through Python.NET from a 64bit Python installation?
Kind regards