All Questions
Tagged with ironpython visual-studio-2010
48 questions
1
vote
1
answer
896
views
How do I get Python controls into the toolbox in VisualStudio
I want to create a WinForms IronPython app.
I have installed IronPython, but the toolbox is empty.
How to I add Python controls to it?
0
votes
1
answer
41
views
In Visual Studio 10 IronPython console disappears before I can read the error
In Visual Studio 10 IronPython console disappears before I can read the error.
When I surround this code by try/except-block I do not get the text of error at all.
How must I act in this case?
Thank ...
0
votes
1
answer
66
views
Visual Studio file nesting aspx - aspx.py
Is it possible to have .aspx and .aspx.py (IronPython codefile) nested underneath aspx files in VS 2010 ? I've seen some people added Windows registry entries for Visual Studio so other files would ...
0
votes
0
answers
269
views
shell isolated with new language done with ANTLR
I want to create an IDE. I have an Isolated Shell application with VSIX Project for IntelliSense, and another VSIX Project for Syntax color. In the Isolated Shell application, I want to add a template,...
1
vote
1
answer
2k
views
creating standalone executable iron python file
I created a ironpython project in visual studio and I want it to run as executable
I tried creating the executable with pyc but it doesn't work(It does absolutly nothing).
ipy.exe Tools\Scripts\pyc....
1
vote
1
answer
6k
views
Calling Python script from windows form
I'm an IronPython novice and would like some help. I have a windows form that I have created in Visual Basic 2010 Express, which contains two text-boxes ('txtNumber' and 'txtResult') and a button ('...
0
votes
1
answer
156
views
How to interface Visual Studios 2010 with Python
I am wanting to make an interface with some simple buttons and text fields. My problem is that I don't know how to make an Interface with Python. I want to have the ease of drag and drop like that of ...
0
votes
1
answer
616
views
Ironpython 2.7.3 Visual Studio Missing Project
I have installed IronPython 2.7.3. I would see a IronPython project in the visual studio.
I have visual studio 2010 professional. My problem is that. I do not see the Iron Project.
Why, where is that? ...
0
votes
2
answers
2k
views
Is there a way to call C# script files with better performance results?
I am currently calling a C# script file (http://www.csscript.net) from a C# app in Visual Studio 2010 using this method:
var script = new AsmHelper(CSScript.Load(
@"C:\temp\CSScriptTest\...
1
vote
1
answer
2k
views
Design view not available with python tools for Visual studio 2010
I have created a project with iron python and .net under sharp develop but I want to use the project to be run with VS 2010. I have installed the python tool for visual studio 2010.
When I build the ...
0
votes
1
answer
3k
views
Installing IronPython+Visual Studio 2010 on Windows 64-bit: VS2010 can't find ipy Interpreter
This is a dumb question -- you guys will answer in seconds... I'm doing some work with IronPython on Windows .NET 4 and develop/debug in Visual Studio 2010. I moved to a Macbook Pro with 64-bit ...
1
vote
0
answers
243
views
IronPython and IronRuby vs Javascript in VS2010
I am very intrigued with python and ruby for scripting languages.
I am using the visual studio IDE and am gearing towards javascript for my scripting in web based applications, namely databasing sites ...
2
votes
1
answer
876
views
PTVS doesn't detect IronPython installation
I wanted to change interpreter to IronPython in Visual Studio 2010 with Python Tools for Visual Studio. Last time I hadn't problems with this I got CPython and IronPython on list but now IronPython ...
2
votes
0
answers
878
views
IntelliSense doesn't work properly for python in C# Project- Visual Studio 2010
I have project that in VS is a C# project, but inside of it I have many IronPython sources. Out of box PTVS is highlighting syntax and IntelliSense is working with System modules.
But I also have ...
1
vote
1
answer
315
views
Using DbLinq in IronPython
I'm trying to use dblinq in my IronPython application but am having some problems getting started. When trying to import dblinq classes,using clr.AddReference() it does not seem to see dblinq.
I can ...