IronPython Studio is a free full IDE (Integrated Development Environment) for the Python programming language.
0
votes
0answers
47 views
Forms in a Form
Is it possible to create a form which contains another forms in Ironpython? If yes how can I do that? I came to know from bit search it is not possible in HTML.
My main form will look like this:
...
1
vote
1answer
355 views
deploying IronPython script or static building an application
I created an IronPython script that imports from Python libraries, such as os, sys, etc. as well as .NET libraries.
It runs perfectly fine from my Visual Studio IronPython solution but I need to ...
2
votes
1answer
278 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
355 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 ...
1
vote
1answer
207 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 ...
0
votes
1answer
776 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 ...
1
vote
2answers
710 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
254 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 ...
2
votes
1answer
367 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 ...
10
votes
3answers
7k 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 ...
0
votes
3answers
536 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 ...
5
votes
2answers
596 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
1answer
125 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
3answers
4k 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 ...
1
vote
3answers
422 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# ...
0
votes
1answer
668 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 ...
12
votes
6answers
10k 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?
14
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 ...
1
vote
2answers
718 views
Ironpython Studio forms
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 ...
2
votes
1answer
2k 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
227 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 ...