Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IronPython from CPython
#1
Hello, guys...
My test framework and the whole project is developed in CPython, currently project needs to access C# Dlls to integrate with .NET.
I am using PYTHONNET module that works well, however the more complex calls are not working with PYTHONNET, but IronPython is working.
Now, I have to link the IronPython call results into my CPython code or do system calls from CPYTHON i.e. system("ipy myTest.py"), then I can use pickle/unpickle data, but would like to find better way. Ideally something like: import ironPython ...
Thanks for any ideas!
Alex.
Reply
#2
Is running the whole project on ironpython not an option?
Reply
#3
No, the project is running in test framework that support CPython, so I can do system calls from CPython to ironPython, but can't call native ipython...
Reply
#4
Quoting from the Iron Python Github
Quote:DO NOT USE. Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.

IronPython 2.7 is stable, but that is Python 2 and not generally supported. Suggest finding an alternative?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [CPython] Can't run script python VietVH 2 1,164 May-21-2022, 04:49 PM
Last Post: VietVH
  ImportError: /home/ali/Documents/test/charm/core/crypto/AES.cpython-39-x86_64-linux-g Anldra12 0 1,209 Apr-28-2022, 07:13 AM
Last Post: Anldra12
  Reducing runtime memory usage in Cpython interpreter david_the_graower 2 2,174 Oct-18-2021, 09:56 PM
Last Post: david_the_graower
  Navigating cpython source using python quazirfan 3 1,985 Aug-09-2021, 07:52 PM
Last Post: quazirfan
  ImportError: /home/pybind11_example.cpython-37m-x86_64-linux-gnu.so: undefined symbol chaitra 2 5,026 Feb-03-2021, 05:14 AM
Last Post: chaitra
  compiled cpython output wrong version bigrockcrasher 0 1,478 Feb-25-2020, 06:31 PM
Last Post: bigrockcrasher
  CPython: Knowing when the interpreter expects more input b0bh00d 1 2,064 Apr-18-2019, 05:08 PM
Last Post: Gribouillis
  ln2 value is _math.c (cpython) matanya_stroh 6 4,338 Feb-06-2018, 08:47 PM
Last Post: Gribouillis
  integrating ironpython application with normal C# wpf braveYug 2 7,270 Nov-09-2017, 06:38 AM
Last Post: braveYug

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020