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 D
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 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