You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used IronPython and i got import 'No Module Named builtins'
I used PythonNet and i got System.DllNotFoundException: 'DLL 'python27' not load.
Visual Studio 2017 (15.9)
Python (3.5 or 3.7 and 2.7)
PythonNet last version build from master branch (Python.Runtime.dll)
I tried a lot of things and i failed all time. I couldn't connect with .net and python , always get errors.
I need run a function from py file to returns data. How do i make ?
I must make a Web Service with .Net that should communication to dedupe (https://github.com/dedupeio/dedupe)
I used IronPython and i got import 'No Module Named builtins'
I used PythonNet and i got System.DllNotFoundException: 'DLL 'python27' not load.
Visual Studio 2017 (15.9)
Python (3.5 or 3.7 and 2.7)
PythonNet last version build from master branch (Python.Runtime.dll)
I tried a lot of things and i failed all time. I couldn't connect with .net and python , always get errors.
I need run a function from py file to returns data. How do i make ?
my .py file
The text was updated successfully, but these errors were encountered: