0
votes
1answer
7 views
How can I execute a large number of scripts with IronPython and avoid the startup cost of ipy.exe?
How can I execute a large number of scripts with IronPython and avoid the startup cost of ipy.exe? By large I mean over 100. Each script is a simple acceptance test for a service application and will …
0
votes
1answer
23 views
IronPython: Trouble building a WPF ShaderEffect
I'm trying to build an extensible program where users, among other things, can build their own shader effects.
Google searching got me this far;
class Test(ShaderEffect):
inputProperty = …
0
votes
0answers
21 views
ironpython random seeds simpy
hi
I am trying to use simpy using IronPython in Visual Studio.
I'm having problems with my imports:
import sys
sys.path.append("C:\\Python26\\Lib")
sys.path.append("C:\\SimPy-2.0.1")
from …
0
votes
1answer
20 views
IronPython: how could I make VS2008 create IronPython project?
Hi folks:
As title described, what things I need to install to enable VS2008 to create IronPython project?
Thanks.
0
votes
1answer
25 views
IronPython: How to install IronPython Studio
Hi folks:
After installing prerequistes (Visual Studio 2008 Shell Isolated/Integrated Mode Redistributable package) here, I still get errors: cannot find one or more components when installing …
1
vote
1answer
20 views
Is it possible to associate an IronPython asp.net webform to a dll file?
In ASP.NET with the normal ASP model you could have the codefile of the aspx file in a dll by inheriting the class inside the dll. In IronPython you have another model and the only option in the aspx …
5
votes
4answers
152 views
IronPython: What kind of jobs you ever done with IronPython instead of standard .NET languages (e.g., C#)
Hello folks:
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.
0
votes
1answer
20 views
Bazaar VCS under IronPython?
Has anyone successfully executed the source control system Bazaar in IronPython?
1
vote
2answers
168 views
Is IronPython usable as a replacement for CPython?
Has IronPython gotten to a point where you can just drop it in as a replacement for CPython?
To clarify: I mean can IronPython run applications originally written for CPython (no .NET involved, of …
4
votes
1answer
56 views
There is any Python syntax highlighter for Visual Studio 2010 beta 2?
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.
I …
2
votes
2answers
33 views
Is it safe to execute user entered expressions as IronPython
I'm working on a large ASP.NET software product. We'd like to allow users to enter expressions rather than constants for certain fields. Typically something like:
(Price * 1.175) + 25
The obvious …
0
votes
1answer
50 views
I Can’t create an ado.net transaction in IronPython
Hi,
I'm trying to create an ado.net transaction in IronPython in asp.net and I'm getting the following error
"couldn't find member Rollback"
I tried to see what's different in my ironpython ado.net …
0
votes
2answers
98 views
IronPython examples
Hi folks:
I have heard IronPython for a long time, but never seen a real-life application using it.
Do you provide some examples to see its power?
Thanks.
0
votes
2answers
72 views
What is a good templating engine?
What is a nice templating engine to use in C#? I have XML or JSON as structured datasource. This data needs to be presented to users on the web in strict XHTML.
I've been using XSLT mostly, but maybe …
1
vote
2answers
30 views
Splitting a multipage TIFF image - With .NET and IronPython
I had a scanned multipage TIFF image and needed to split each page out into individual files.
This is easy to do in by leveraging the .NET framework and C#, but since I did not have all the …
