Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ironpython

Ironpython Integration With C#/ .net

So I'm trying to develop this application that will get a captcha image from an website and try… Read more Ironpython Integration With C#/ .net

How To Create A New Msmq Message In Ironpython With Label, Reply Queue And Other Properties

I'm following this example here to use MS Message Queues with IronPython. The example works to … Read more How To Create A New Msmq Message In Ironpython With Label, Reply Queue And Other Properties

Ironpython: Message: Expected C_double, Got C_double_array_3

I’m currently developing a script using the python script editor in Rhino. As I’m currently working… Read more Ironpython: Message: Expected C_double, Got C_double_array_3

How Does Ironpython Loads Modules While Being Hosted?

I'm confused about the way IronPython loads modules while being hosted. I'm using IronPytho… Read more How Does Ironpython Loads Modules While Being Hosted?

Python Equivalent To C#'s Using Statement

Possible Duplicate: What is the equivalent of the C# “using” block in IronPython? I'm writing… Read more Python Equivalent To C#'s Using Statement

Compiling An Ironpython Wpf Project To Exe

What is the best way to pack up an IronPython application for deployment? After scouring the web th… Read more Compiling An Ironpython Wpf Project To Exe