Skip to main content

All Questions

1 vote
2 answers
407 views

Ironpython and future statements

I am using IronPython as a math parser with the DLR in my Silverlight project: it works, but computes incorrect results in cases involving division, as it uses integer instead of floating point math ...
lollercoaster's user avatar
0 votes
1 answer
359 views

Failing to import external scripts using in IronPython DLR in the browser

I am trying to use IronPython in the browser and attempting to import external python scripts: <script src="http://gestalt.ironpython.net/dlr-latest.js" type="text/javascript"> </script> ....
Mark Heath's user avatar
  • 49.6k
2 votes
3 answers
785 views

DLR Scripting within Silverlight 4 Application

I would like to add some scripting support to a Silverlight 4 application that I'm working on. I have the latest stable releases of both IronRuby and IronPython installed on my machine with Visual ...
Chris Pietschmann's user avatar
1 vote
1 answer
374 views

Type conversion from IronPython.Modules.PythonDateTime to System.DateTime

I'm hosting an IronPython engine instance in my C# (Silverlight 4) app to execute some Python scripts on the fly. These scripts can return values of either IronPython.Modules.PythonDateTime+datetime, ...
lo5's user avatar
  • 460
0 votes
2 answers
300 views

Does the DLR or better Iron Python run in Silverlight?

Does the DLR or even better Iron Python run in Silverlight?
tellingmachine's user avatar