|
Query: Xamarin.iOS support in IronPython 2.7.8
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
· #76
·
|
|
How to retrieve the values in DataSets ?
I too convinced that with you help of the .dll owner there are million thing to try, there is no silver bullet there. I will see to find the owner of the .dll. Thanks a lot Thimo for your kind help. R
I too convinced that with you help of the .dll owner there are million thing to try, there is no silver bullet there. I will see to find the owner of the .dll. Thanks a lot Thimo for your kind help. R
|
By
Santhosh M
· #75
·
|
|
How to retrieve the values in DataSets ?
Dear Santhosh, it would seem that the method requires a second parameter. It may be that the first parameter has to be the object you want to call it on, like in CU.DataSets[0].ItemAt(CU.DataSets[0],
Dear Santhosh, it would seem that the method requires a second parameter. It may be that the first parameter has to be the object you want to call it on, like in CU.DataSets[0].ItemAt(CU.DataSets[0],
|
By
Langbehn, Thimo
· #74
·
|
|
How to retrieve the values in DataSets ?
Dear Thimo, Thanks for your continuous help, below is the response for your suggestions. Please let me know what next should i try. Regards, Santhosh M, ANSYS, Bangalore, INDIA. Phone: 080 - 67722500
Dear Thimo, Thanks for your continuous help, below is the response for your suggestions. Please let me know what next should i try. Regards, Santhosh M, ANSYS, Bangalore, INDIA. Phone: 080 - 67722500
|
By
Santhosh M
· #73
·
|
|
How to retrieve the values in DataSets ?
Dear Santhosh, the message you see and provided is only a part of the exception object you have now available. Like you did before, you can check the available attributes using dir(e), and the excepti
Dear Santhosh, the message you see and provided is only a part of the exception object you have now available. Like you did before, you can check the available attributes using dir(e), and the excepti
|
By
Langbehn, Thimo
· #72
·
|
|
How to retrieve the values in DataSets ?
The only error CU.DataSets[0].ItemAt(0) throws is Error while invoking ItemAt as shown in image. Regards, Santhosh M, ANSYS, Bangalore, INDIA. Phone: 080 - 67722500 / 080- 49010800 Mobile : +91 966370
The only error CU.DataSets[0].ItemAt(0) throws is Error while invoking ItemAt as shown in image. Regards, Santhosh M, ANSYS, Bangalore, INDIA. Phone: 080 - 67722500 / 080- 49010800 Mobile : +91 966370
|
By
Santhosh M
· #71
·
|
|
How to retrieve the values in DataSets ?
Dear Santosh, your screenshot does not contain any error details. If the interface does not provide a way to expand the error, you could try to catch and access the exception yourself (multiline input
Dear Santosh, your screenshot does not contain any error details. If the interface does not provide a way to expand the error, you could try to catch and access the exception yourself (multiline input
|
By
Langbehn, Thimo
· #70
·
|
|
How to retrieve the values in DataSets ?
Thanks Thimo. You are right, it seems without understand the source type first, we can't do much it seems. Below are the responses for your suggestions. Regards, Santhosh M, ANSYS, Bangalore, INDIA. P
Thanks Thimo. You are right, it seems without understand the source type first, we can't do much it seems. Below are the responses for your suggestions. Regards, Santhosh M, ANSYS, Bangalore, INDIA. P
|
By
Santhosh M
· #69
·
|
|
How to retrieve the values in DataSets ?
Dear Santosh, actually, the error indicates that your COM object does *not* implement ICollection. Otherwise, the conversion you already tried would have succeeded. My first approach would be to inves
Dear Santosh, actually, the error indicates that your COM object does *not* implement ICollection. Otherwise, the conversion you already tried would have succeeded. My first approach would be to inves
|
By
Langbehn, Thimo
· #68
·
|
|
How to retrieve the values in DataSets ?
Dear Thimo Langbehn, Thank you very much for your reply and time. The situation i am in is that the object in question CU.DataSets[0] is created by a third party through a .dll. I have no idea on how
Dear Thimo Langbehn, Thank you very much for your reply and time. The situation i am in is that the object in question CU.DataSets[0] is created by a third party through a .dll. I have no idea on how
|
By
Santhosh M
· #67
·
|
|
How to retrieve the values in DataSets ?
Dear Santosh, it is certainly possible to represent the data in a python list, if you are able to access it in the first place. It seems that the Data Sets are contained in a some non-python class wit
Dear Santosh, it is certainly possible to represent the data in a python list, if you are able to access it in the first place. It seems that the Data Sets are contained in a some non-python class wit
|
By
Langbehn, Thimo
· #66
·
|
|
How to retrieve the values in DataSets ?
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
· #65
·
|
|
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
· #64
·
|
|
Get verbose information of Ironpython calls
Are you running ipy.exe? If so, you can add -X:ExceptionDetail to your command line and more information will be displayed. If not, you can turn it on in the LanguageOptions.
Are you running ipy.exe? If so, you can add -X:ExceptionDetail to your command line and more information will be displayed. If not, you can turn it on in the LanguageOptions.
|
By
Alex Earl
· #63
·
|
|
Get verbose information of Ironpython calls
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
· #62
·
|
|
C# - IronPython - NotImplementedException
Feel free to post more issues to the list. I would recommend starting a new thread though so that the information doesn't get garbled together. Glad you were able to resolve your earlier issue. Alex
Feel free to post more issues to the list. I would recommend starting a new thread though so that the information doesn't get garbled together. Glad you were able to resolve your earlier issue. Alex
|
By
Alex Earl
· #61
·
|
|
C# - IronPython - NotImplementedException
Alex, Thank you very much for your suggestion. Having the trace back is very helpful, in fact when I first experienced this I was trying to find where in the C# debugger I could find a similar output.
Alex, Thank you very much for your suggestion. Having the trace back is very helpful, in fact when I first experienced this I was trying to find where in the C# debugger I could find a similar output.
|
By
Riley, Michael L
· #60
·
|
|
C# - IronPython - NotImplementedException
Alex, I will try this today thank you
Alex, I will try this today thank you
|
By
Riley, Michael L
· #59
·
|
|
C# - IronPython - NotImplementedException
Thimo, I’ld like to do that but within the C# application in debug mode I don’t see a way to do that. It shows me the exception and I can view the exception objects members and attributes, yesterday I
Thimo, I’ld like to do that but within the C# application in debug mode I don’t see a way to do that. It shows me the exception and I can view the exception objects members and attributes, yesterday I
|
By
Riley, Michael L
· #58
·
|
|
C# - IronPython - NotImplementedException
IronPython is not doing this check itself, it is in the modules that are being imported somewhere. In your C# code, you can wrap your call to source.Execute(scope) in a try/catch and then use somethin
IronPython is not doing this check itself, it is in the modules that are being imported somewhere. In your C# code, you can wrap your call to source.Execute(scope) in a try/catch and then use somethin
|
By
Alex Earl
· #57
·
|