Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
81 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
83 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
68 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
81 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
0 votes
0 answers
29 views

In my WPF form below, I bound the TextBox x_position to listX's SelectedItem. However, I'm struggling to initialize x_position to 0 before clicking the ajouter_X_Click event. When the event is clicked,...
Redouane TEBBOUNE's user avatar
0 votes
0 answers
44 views

Using pyrevit and IronPython, I've created a user control called IntegerUpDown.py, which I want to use in my main script Grids_script.py. However, I'm encountering the folowing error that I don't know ...
Redouane TEBBOUNE's user avatar
0 votes
0 answers
33 views

I’m using pyrevit, and my WPF form is not being displayed (no error appears on the screen). The XAML layout is defined inline as a string. Interestingly, in another form where the XAML layout is also ...
Redouane TEBBOUNE's user avatar
1 vote
2 answers
56 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
27 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
115 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
182 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
82 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

15 30 50 per page
1
2 3 4 5
175