Tagged Questions
13
votes
3answers
3k views
Pros and cons of IronPython and IronPython Studio
We are ready in our company to move everything to Python instead of C#, we are a consulting company and we usually write small projects in C# we don't do huge projects and our work is more based on ...
10
votes
3answers
4k views
IronPython :- Visual Studio 2010 or SharpDevelop?
I'm considering developing a medium-size project for a client in IronPython. It's a pretty straightforward replacement for an existing system I've been supporting for several years, so the ...
10
votes
6answers
8k views
How to use IronPython with Visual Studio 2008
I've tried using the IronPython integration extension provided by Microsoft. But it does not work with Visual Studio 2008.
Is there a proper VS 2008 IDE extension for IronPython?
5
votes
2answers
396 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
252 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 ...
2
votes
1answer
1k views
How to configure the import path in Visual Studio IronPython projects
I have built the IronPythonIntegration solution that comes with the Visual Studio 2005 SDK (as explained at http://www.izume.com/2007/10/13/integrating-ironpython-with-visual-studio-2005), and I can ...
1
vote
1answer
48 views
How do I run unit tests with IronPython Studio?
I have recently had to move my project from using the CPython 2.6 interpreter in Eclipse with the PyDev plugin to IronPython 2.7 interpreter using IronPython Studios in Visual Studios 2010. ...
1
vote
1answer
79 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 ...
1
vote
3answers
355 views
IronPython for unit testing with IronPython Studios
Im looking to play with IronPython and figured that writing unit tests is a simple enough way to get started. This would essentially mean that my core applications code will still be written in C# ...
1
vote
2answers
530 views
Ironpython Studio forms question
This is a two part question. A dumb technical query and a broader query about my possibly faulty approach to learning to do some things in a language I'm new to.
I'm just playing around with a few ...
0
votes
1answer
117 views
IronPython Excel RTDServer
How do you build a Excel RTDServer in Python/IronPython. (IE I want to implement the IRTDServer interface in Python/IronPython. So I can push data into Excel in real time from Python/IronPython)
I ...
0
votes
0answers
62 views
Couldnt load file or assembly 'Bricks.dll…' error with IronPython
I am using WHITE and IronPython 2.7 in VS2010 to write some UI automation scripts.
I have a simple application which gets launched by:- (no error there)
application = ...
0
votes
1answer
309 views
Where is my ipy.exe?
Hy all!
I've got clean install of Windows 7 Ultimate, VS 2010 professional, and latest ironpython installed.In VS i can create an IronPython project just fine(seems install is ok), but when i try to ...
0
votes
2answers
224 views
How can I fix missing IronPython project templates in Visual Studio 2010?
I installed IronPython yesterday. After running Visual Studio the IronPython project template showed up but later it was gone. I've tried repairing, uninstalling, and reinstalling without fixing the ...
0
votes
1answer
174 views
switch between forms on ironpython studio
I'm new to IronPython, currently using ironpython studio, usually I like to program with Visual Basic or Delphi. My problem is that I don't know how to switch between forms by clicking a button, on ...
0
votes
3answers
429 views
Why doesn't IronRuby have the same tools that IronPython does?
I've been using Ruby as my main scripting language for years but switched to .NET several years ago. I'd like to continue using Ruby (primarily for testing) BUT the toolset for IronRuby is really ...
0
votes
1answer
100 views
IronPython studio cannot change default font colors
I cannot figure out how to change the default colors in Visual Studio for python files. I have a dark gray background color and black Python code doesn't look very good on that background. I looked in ...
0
votes
4answers
3k views
Generating EXE out of IronPython script
I am using IronPython studio to create IronPython scripts and convert them into executables. When converted to executables, it creates a Main exe and two dlls (IronMath.dll and IronPython.dll). Is it ...
0
votes
1answer
509 views
Accessing embedded resources in IronPython
Hi
I'm developing a Windows Forms Application in IronPython Studio.
I want to choose an Icon for my project but both of these fail:
1- Form Properties window -> Icon (choose a *.ico file)
a ...