Hi, Is there a way to return the Pythonnet version once clr has been imported? I can't find any version info. Also, I'm trying to help someone using a DLL who is getting the "System.IO.FileNotFoundException: Unable to find assembly" exception. Any suggestions for debugging? When looking at the DLL with JetBrains dotPeek it shows .Net framework v4.5.2. What does this require in terms of Pythonnet? What does it require in terms of .NET framework installed on his pc? Thanks, Mark.
The version variable was added to pythonnet recently, but you can use pip with older versions: pip list On Tue, Nov 21, 2017, 12:46 PM Jonno <jonnojohnson@gmail.com> wrote:
Hi,
Is there a way to return the Pythonnet version once clr has been imported? I can't find any version info.
Also, I'm trying to help someone using a DLL who is getting the "System.IO.FileNotFoundException: Unable to find assembly" exception. Any suggestions for debugging?
When looking at the DLL with JetBrains dotPeek it shows .Net framework v4.5.2. What does this require in terms of Pythonnet? What does it require in terms of .NET framework installed on his pc?
Thanks,
Mark. _________________________________________________ Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet
participants (2)
-
Denis Akhiyarov
-
Jonno