Tagged Questions
5
votes
2answers
402 views
IronPython to Original Python comparison. What can I expect from the first one?
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 ...
2
votes
1answer
255 views
Adding a DataGridView in IronPython Studio Winforms gets a “'DataGridView' object has no attribute 'BeginInit'”
By just adding a datagridview in IronPython Studio it triggers a
"DataGridView' object has no attribute 'BeginInit'". Is there a fix for this?
The errors are gone if the lines ...
1
vote
1answer
87 views
poor IronPython performance of external modules when debugging enabled
I am running into some performance problems with IronPython inside of VS2010 while trying to import and use SymPy.
I have an IronPython test project containing the following code:
import time
print ...