Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
100 views

When debugging ironpython app in Visual Studio, I have confirmed the JObject's instance extendObj is not null, why does the extendObj.Remove method throw the error? in the 'Watch 1' window i can ...
angen wen's user avatar
1 vote
1 answer
98 views

I'm encountering an issue with a toggle switch embedded inside a text area that allows users to switch between viewing the top 15 and bottom 15 sales on a bar chart. The logic for toggling between ...
Gaurav Upadhyay's user avatar
0 votes
1 answer
70 views

Is there a way to get Revit Python Shell not to buffer the print statement? For example, with this code, it is clear to see that RPS will not show anything on the screen until after the loop has ...
Michelle's user avatar
0 votes
0 answers
101 views

I am attempting to use IronPython 3.4 with my C# / .NET MAUI project. As IronPython 3.4 is pretty new, I am not sure if there is much support for it yet. As a part of experimentation, I am attempting ...
Ben Underwood's user avatar
1 vote
2 answers
57 views

With what command inside code can I understand that IronPython or Python is running?
Dmitry Dronov's user avatar
-1 votes
1 answer
82 views

When I run python code in c#, I get error on line of predict model but it run in python well. I used any way such as python.net, ironPython, Process,... but it did not work: private void ...
soheila's user avatar
  • 13
0 votes
0 answers
30 views

We use IronPython 2.7 in a desktop app, which is used to programmatically run simple Python scripts which might import standard modules like 'sys', 'time', and so on. It retrieves these from the C:\...
Andrew Stephens's user avatar
1 vote
1 answer
39 views

I need to determine if a given character in a given font belongs to a given subrange. For example, U+0041 according to Windows Character Map app belongs to the Latin Subrange. Is there a way to get ...
Michelle's user avatar
0 votes
1 answer
122 views

Our codebase is written mostly in C# with some scripting capabilities using IronPython 3.4. Until recently we based the project on the outdated .Net Framework 4.8 but made the move to .Net 8 recently. ...
Matthias Vietz's user avatar
0 votes
0 answers
94 views

From C# we have to call python function, in this case the nltk lib lemmatize function (which still has no good C# implementation). We call it like this: private string Lemmatize(string word) { using (...
Zoltan Hernyak's user avatar
0 votes
1 answer
200 views

I'm working with some API's that require IronPython and I use JetBrains' Pycharm to code. The only problem is that, after formatting my PC, I can't add the IronPython 3.4 interpreter to it. I tried ...
rgheno's user avatar
  • 1
0 votes
1 answer
85 views

Im creating a Windows Forms Project based on C# using python scripts. But when click the button, which should start a python script i have an error "No module named 'openpyxl'" private void ...
Argentrix's user avatar
0 votes
1 answer
92 views

I have no clue what i am doing wrong I have ironpython and winforms installed and vscode sees both I don't have any options for IronPython Project when creating a new project, what can i do to have ...
Fucx's user avatar
  • 1
0 votes
0 answers
44 views

Heads Up: I am using Visual Studio 2022 My python code consists of a machine learning model which is getting trained. So it has python libraries imported within the Python code (Ex: Import numpy as ...
Aksh's user avatar
  • 1
0 votes
1 answer
351 views

I'm working on a spotfire script to build up a data table row by row from a data table each time I press a button. At the same time I'm replacing values in the data table. The newly generated table is ...
dogfrog's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
175