Skip to main content

All Questions

1 vote
0 answers
166 views

Connecting to a C# application fails in python-3.7 but works in python-2.7

I'm trying to update an old python script from Python-2.7 to Python-3.7 (or newer). The script uses IronPython-2.7 to connect to a C# dll for a SDK interaction with the Windows Application. The new ...
LVX's user avatar
  • 107
3 votes
2 answers
3k views

IronPython unable to run script that imports numpy

Disclaimer - I'm not familiar with Python. I'm a C# developer who has written an application to execute Python scripts (authored by others) using IronPython. These scripts have so far have only needed ...
Andrew Stephens's user avatar
2 votes
1 answer
1k views

Call dll function works in IronPython, doesn't work in CPython3.4 gives "No method matches given arguments" error

For a project I need to include a DLL in Python. I'm using CPython3.4 and for including the dll I use pythonnet clr module (pythonnet-2.0.0.dev1-cp34-none-win_amd64.whl). In the dll I need a function ...
Rowan Klein Gunnewiek's user avatar
8 votes
2 answers
12k views

PythonNet FileNotFoundException: Unable to find assembly

I am trying to execute a Python script that uses Python For .Net (https://github.com/pythonnet/pythonnet) to load a C# library called "Kratos_3.dll" which is in the same folder as the script but the ...
baconwichsand's user avatar
5 votes
0 answers
404 views

Using Numpy on IronPython 64 Bit

Is it possible at all to use numpy on IronPython 64-bit? I've made an attempt to use the packages distributed by Enthought but they do not work. Any suggestions on this? Are there any projects ...
Dave's user avatar
  • 2,386