|
.NET Core: Can't reach imported static C#-classes in IronPython using .NET Core 3 messages
Hi everyone, I am currently porting an existing code base using .NET Framework and IronPython to .NET Core. In .NET Core it seems like the statement "from System.IO import *" does not import static cl
Hi everyone, I am currently porting an existing code base using .NET Framework and IronPython to .NET Core. In .NET Core it seems like the statement "from System.IO import *" does not import static cl
|
By
thomas.jh.jansson@...
·
|
|
Transfer of Ownership
As I mentioned on the mailing list a few days ago. I am planning on stepping down as the owner for the IronLanguages org. I am in the process of transferring the ownership of all pieces to Stéphane Lo
As I mentioned on the mailing list a few days ago. I am planning on stepping down as the owner for the IronLanguages org. I am in the process of transferring the ownership of all pieces to Stéphane Lo
|
By Alex Earl
·
|
|
IronPython
Hello Everyone, For the past few months I have not been able to put as much time into maintaining and developing IronPython as I would like and as the project needs, and this trend looks to be continu
Hello Everyone, For the past few months I have not been able to put as much time into maintaining and developing IronPython as I would like and as the project needs, and this trend looks to be continu
|
By Alex Earl
·
|
|
ScriptScope 7 messages
Dear all, this is my first post so please kindly notify if it violates any rules here. I am hosting IronPython in a C# program. My question is on using class ScriptScope. Will all python variables in
Dear all, this is my first post so please kindly notify if it violates any rules here. I am hosting IronPython in a C# program. My question is on using class ScriptScope. Will all python variables in
|
By Hailiang Shen
·
|
|
IronPython string - or Str? - type 5 messages
I am working on an a .Net/C# application that performs reflection-like parsing of python scripts using IronPython internals in order to present auto-completion list in editor. It is often possible to
I am working on an a .Net/C# application that performs reflection-like parsing of python scripts using IronPython internals in order to present auto-completion list in editor. It is often possible to
|
By László Frank
·
|
|
cpython and ironpython 'argparse' modules not compatible? 6 messages
I am trying to convert the following cpython 2.7 script into an ironpython script. The only line that I tried to change is, line 19. It was replaced to: from xml import etree as lxml does not seem to
I am trying to convert the following cpython 2.7 script into an ironpython script. The only line that I tried to change is, line 19. It was replaced to: from xml import etree as lxml does not seem to
|
By Djordje Spasic
·
|
|
Ironpython 2.7.9 ImportException: 'No Module Named errno' when importing another module in .NET application 7 messages
I originally asked this on SO and it got nothing, so hopefully this is a more direct way of getting some help. I am attempting to run a simple python script within my .net application using IronPython
I originally asked this on SO and it got nothing, so hopefully this is a more direct way of getting some help. I am attempting to run a simple python script within my .net application using IronPython
|
By micoo@...
·
|
|
[users] `import uuid` raises `System.AccessViolationException` 9 messages
Thanks for the report. I haven't been able to reproduce on my machine so it makes it hard to figure out where the issue might be. Have you tried a stripped down version of uuid (e.g. with only the cod
Thanks for the report. I haven't been able to reproduce on my machine so it makes it hard to figure out where the issue might be. Have you tried a stripped down version of uuid (e.g. with only the cod
|
By Stéphane Lozier
·
|
|
[users] Are these Exceptions normal? 3 messages
Normally there will be more information in the stack trace, can you provide that?
Normally there will be more information in the stack trace, can you provide that?
|
By Alex Earl
·
|
|
Are all these exceptions normal?
Hi I'm new to ironPython and was wondering if all the exception i see when running small pieces of code are normal (it does not build confidence seeing so many) 1) python code: import sys def Simple()
Hi I'm new to ironPython and was wondering if all the exception i see when running small pieces of code are normal (it does not build confidence seeing so many) 1) python code: import sys def Simple()
|
By
wim@...
·
|
|
[users] ctypes.Union access and use 5 messages
Does the same code work on C Python 2.7? If the same code works on C Python 2.7, then it is indeed a bug.
Does the same code work on C Python 2.7? If the same code works on C Python 2.7, then it is indeed a bug.
|
By Alex Earl
·
|
|
[users] pip install numpy
Sadly, numpy uses native C implementations of some of the functionality, so it will not work with IronPython.
Sadly, numpy uses native C implementations of some of the functionality, so it will not work with IronPython.
|
By Alex Earl
·
|
|
IronPython 2.7.9 RC1
On behalf of the IronPython developers, I am happy to announce the availability of IronPython 2.7.9 release candidate 1. This release has a LOT of updates since 2.7.8, you can see the full list of cha
On behalf of the IronPython developers, I am happy to announce the availability of IronPython 2.7.9 release candidate 1. This release has a LOT of updates since 2.7.8, you can see the full list of cha
|
By Alex Earl
·
|
|
Visbrain in IronPython 5 messages
Hi developer, i am STREETKILLER007. would like to ask how to solve this question, thank you. i am using window 7, 64 bit. using Anaconda3. Anaconda3 is in my D. i am running a c# application in Visual
Hi developer, i am STREETKILLER007. would like to ask how to solve this question, thank you. i am using window 7, 64 bit. using Anaconda3. Anaconda3 is in my D. i am running a c# application in Visual
|
By hwangtan@...
·
|
|
Has anyone tried to compile IronPython to .Net Standard 2.0? 6 messages
Hey, I'm trying to figure out if it's even remotely possible to run IronPython on .Net Standard 2.0 and worth getting into. Has anyone made this research and willing to share its inputs? Thanks, Lidan
Hey, I'm trying to figure out if it's even remotely possible to run IronPython on .Net Standard 2.0 and worth getting into. Has anyone made this research and willing to share its inputs? Thanks, Lidan
|
By
lidanh@...
·
|
|
Query: Xamarin.iOS support in IronPython 2.7.8 3 messages
Hi, Greetings for the day! Can anyone confirm about Xamarin.iOS support in the latest version of IronPython (framework for python integration in .net)? If not, what is the alternative to execute pytho
Hi, Greetings for the day! Can anyone confirm about Xamarin.iOS support in the latest version of IronPython (framework for python integration in .net)? If not, what is the alternative to execute pytho
|
By vinayak nikam
·
|
|
How to retrieve the values in DataSets ? 11 messages
Dear Members, In the application software that I am using, a table of data are plotted on a graph as shown below. Basically two datasets are plotted, now i would like to retrieve the value present in
Dear Members, In the application software that I am using, a table of data are plotted on a graph as shown below. Basically two datasets are plotted, now i would like to retrieve the value present in
|
By Santhosh M
·
|
|
Good external modules for graphs including polor graphs
Hi Members, I am looking for IronPython external modules for ploting graphs including polor graphs. Any suggestions ? Regards, Santhosh M, Ansys India, Bangalore. Mob : 9663708004. sent from mobile, e
Hi Members, I am looking for IronPython external modules for ploting graphs including polor graphs. Any suggestions ? Regards, Santhosh M, Ansys India, Bangalore. Mob : 9663708004. sent from mobile, e
|
By Santhosh M
·
|
|
Get verbose information of Ironpython calls 2 messages
I have Ironpython 2.7.8. Trying to call function in C# dll. Exception: KeyError: ContinueButton This is all I get as output from the exception. Can you please help me to get complete stack trace? I ha
I have Ironpython 2.7.8. Trying to call function in C# dll. Exception: KeyError: ContinueButton This is all I get as output from the exception. Can you please help me to get complete stack trace? I ha
|
By Petri Alapiessa
·
|
|
C# - IronPython - NotImplementedException 9 messages
Good Evening Everyone. I am new to IronPython and things are going somewhat smooth but I have a problem which I do not know how to approach. I hope someone can help. I have found that the issue has be
Good Evening Everyone. I am new to IronPython and things are going somewhat smooth but I have a problem which I do not know how to approach. I hope someone can help. I have found that the issue has be
|
By Riley, Michael L
·
|