4
votes
2answers
106 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 …
0
votes
3answers
228 views
Generating EXE out of IronPython script
Hi,
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). …
0
votes
1answer
36 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 …
1
vote
3answers
114 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# …
4
votes
6answers
2k 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?
0
votes
1answer
195 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 …
9
votes
3answers
725 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 …
1
vote
2answers
240 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 …
1
vote
1answer
458 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
2answers
102 views
Problems with IronPython Studio and PictureBox
Right, so I'm having a go at Iron Python Studio as I'm quite familiar with VS2005 and want to try Python with an integrated GUI designer. But as soon as I add a PictureBox I'm in trouble. When running …
