Wenguang Yang
Wenguang Yang
@denfromufa I'm not going very far in pythonnet. currently, I have used these methods, 1. PythonEngine.PythonPath: to embed CPython into .NET as a independ module 2. Initialize 3. Py.GIL method:...
@JimSEOW I tried the SimplePythonGraph project. I guess you ran the program in x64 mode. If so, the bug you encountered was caused by the limitation of method PyInt.AsInt(). A...
@vmuriart I tested it with v2.0.0 (python2.7) and it failed with the same exception. v2.0.0 performs even worse than the current version, details was given as comments in the test...
@vmuriart By the way, how do you set up the environment to run a code snippet with old version of pythonnet and other version of Python?
Your Pythonnet version is too old. Use Pythonnet 2.3+ or build from master manually.