ironpython Questions

3

Solved

I want to learn python so I downloaded it from the python site and I saw 4 other kinds of pythons appear: Python (normal) IronPython Jython PyPy Stackless Python I can really find what th...
Gurrola asked 20/6, 2012 at 20:3

4

Solved

What would you use for a brand new cross platform GUI app, CPython or IronPython ? What about - license / freedom - development - - doc - - editors - - tools - libraries - performance...
Delight asked 19/7, 2009 at 11:21

1

Solved

In my C# code I have a class which stores some data I wish to pass down to my python code in a List. However, when I try to access properties of that class inside my python code I get MissingMember...
Senegal asked 14/6, 2012 at 20:58

1

Solved

Is there any way to make a class available to IronPython scripts so that I can create objects inside the code? For example, if I have a class that I want to be able to instantiate from the script ...
Fin asked 3/6, 2012 at 13:55

1

Solved

I am quite new in Python programming. While googling I found some of the Python related words. I just wanted to know what is the difference among Python, Jython, IronPython, and wxPython. I know w...
Surrender asked 14/5, 2012 at 8:29

6

Solved

I am learning IronPython along wiht Python. I'm curious what kinds of tasks you tend to use IronPython to tackle more often than standard .NET languages. Thanks for any example.
Handset asked 16/12, 2009 at 7:36

2

Solved

I have a .csv file encoded in UTF-8, which contains both latin and cyrillic symbols. ;F1;F2;abcdefg3;F200 ;ABSOLUTE;NOMINAL;NOMINAL;NOMINAL o1;1;USA;Новосибирск;1223 I'm trying to execute follow...
Ginetteginevra asked 12/4, 2012 at 12:10

2

Solved

I've tried the obvious path in my pet open source project RevitPythonShell (a plugin for the building modeling software Autodesk Revit Architecture 2010): code.interact() with the IronPython engine...
Gusella asked 4/3, 2010 at 9:33

3

Solved

Can I compile an IronPython code to EXE or DLL in a .NET runtime?
Interjoin asked 10/11, 2010 at 18:15

5

Solved

I already attempted using py2exe (not compatible with ipy) and PYC (out of date). Can anyone point me in the direction of a good compiler?
Centurial asked 16/10, 2009 at 13:21

10

Solved

Unit tests have different requirements than production code. For example, unit tests may not have to be as performant as the production code. Perhaps it sometimes makes sense to write your unit te...
Sacellum asked 13/11, 2009 at 15:9

12

Solved

I'm keen to drink some modern dynamic language koolaid, so I've believed all the stuff on Michael Foord's blog and podcasts, I've bought his book (and read some of it), and I added an embedde...
Corrinecorrinne asked 6/5, 2009 at 17:0

4

Solved

Is it possible to use the LINQ types and extension methods in IronPython? If so how? And also is there often more pythonic to do the same thing?
Expert asked 9/3, 2009 at 23:53

2

Solved

I have a thread which contains execution of an IronPython script. For some reason I may need to stop this thread at any time, including script execution. How to achieve this? The first idea is Thre...
Deadhead asked 14/2, 2012 at 5:50

1

Solved

I am working on a project which includes implementing a scripting interface for my WPF (.Net4) windows Application. I am curious if anyone can suggest a preferred editor, AvalonEdit vs ScintillaNET...
Demimondaine asked 20/12, 2011 at 15:17

5

Solved

Today the Common Language Run Time Supports Many Languages including Iron Python and Iron Ruby. We can similarly can use J Ruby and J Python in Java Run Time environments . If so why the .net...
Taegu asked 16/12, 2011 at 6:16

1

Solved

In CPython, I think, import means compile the py file to a pyc file and execute the file in the current frame, and the next time CPython will load the pyc file directly without compiling again. Wha...
Ramadan asked 8/12, 2011 at 6:19

3

I define a side-effect-free (pure) lambda expression in IronPython and assign it to a C# delegate. When invoking the delegate simultaneously from multiple threads i get exceptions of type AccessVio...
Steverson asked 26/11, 2011 at 11:13

3

Solved

When I used Visual Studio 2008 I could install IronPython + IronPython Integrated IDE + Visual Studio Shell Integrated Mode and then my Visual Studio would parse .py files and highlight its syntax....

3

Solved

I've been toying with the idea of adding IronPython for extending a scientific application I support. Is this a good or horrible idea? Are there any good examples of IronPython being used in a p...
Dutyfree asked 5/6, 2010 at 6:20

1

I'm a complete noob when it comes to IronPython. I need to call a py script from an ASP.NET website, and have the following code: var ipy = IronPython.Hosting.Python.CreateRuntime(); dynamic test ...
Kinard asked 2/7, 2011 at 14:4

2

We're currently investigating how we can embed IronPython (scripting) into our C# application. We see the benefits it will provide to our end users, giving them the ability to hook into our appli...
Backbreaker asked 25/10, 2011 at 22:6

6

Solved

I am developping in Ironpython with Visual Studio 2010 through PTVS. I see that WPF is quite slow compared to the silverlight equivalent... at least to me. My program does a lot of calculati...
Hog asked 27/10, 2011 at 14:53

2

Solved

I love the Python language and mainly use the standard CPython 3.+ version for simple scripting and as an algorithm sandbox. Sometimes I need .NET intergration, so I use IronPython which is now in ...
Beatrice asked 13/10, 2011 at 9:6

3

I wish to install Python Tools for Visual Studio from here. The setup complains about "IronPython Tools feature of IronPython 2.7" and asks me to remove it. Problem is I cannot find any way to ...
Sessile asked 15/3, 2011 at 16:20

© 2022 - 2024 — McMap. All rights reserved.