I have a WPF app that controls audio hardware. It uses the same PythonEngine on multiple threads. This causes strange errors I see from time to time where the PythonEngines Globals dictionary has miss
I am trying t开发者_如何学JAVAo implement a Comet style (e.g. chat) application using IronPython.While I don\'t need to scale to twitter like dimensions, it is vital that the response time is lighteni
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I need some help finding a solution to a memory leak I\'m having. I have a C# application (.NET v3.5) that allows a user to run IronPython scripts for testing purposes. The scripts may load different
first time poster. I\'m turning to my first question on stack overflow because I\'ve found little resources in trying to find an answer.I\'m looking to execute Selenium python tests from a C# applica
Cyrillic characters are displayed incorrect while entering in interactive mode if interpreter was started wit开发者_高级运维h -X:TabCompletion switch.
I have a python scrip开发者_如何学Pythont which works well when it isn\'t compiled but when I compile it using pyc it is unable to access the standard python libraries (sys and os in this case).Is the
To embed some IronPython Code into C# I want to use the ScriptEngine using IronPython.Hosting; using Microsoft.Scripting.Hosting;
I wish to learn Python but I\'m working all day in .Net as a C# developer, so I decided to download and install IronPython and integrated IronPython studio. How different or similar from the original
How to get IronPython compiler version 开发者_运维知识库at runtime (interactive session)?You can find out the current version via the sys module: