Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an example on how to use it with IronPython? #498

Open
william19941994 opened this issue Aug 22, 2023 · 0 comments
Open

Is there an example on how to use it with IronPython? #498

william19941994 opened this issue Aug 22, 2023 · 0 comments

Comments

@william19941994
Copy link

I have a big project using c# + wpf +.net framework 4. and I can upgrade to 4.8 or 4.7.2
and a supplier send some python examples to me.
I have to add some python script to the old project. I don't want to rewrite.

I added IronPython yesterday, but it uses hardware communication lib, I replaced with a c# object.
and then, I found that it uses numpy.
I added another small c# class.
and then, I found that it uses lots of numpy functions.
I download this project and added a wrapper class to redirect the result.
and then, this project need System.Memory.dll 4.0.1.1, while my project has 4.5.5 ....
and I changed the prj.exe.config to lower dll version.
my exe can't run now.

I'm re-compiling this csprj now.

Does anyone have done this before? and where can I find a whole example or blog?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant