Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-03 Thread Dino Viehland
Lukáš Duběda wrote: > Thanks for pointing that out, Curt, > > now, for such a trivial function I can imagine substituting > it with a Lambda, however, how would I use a more complex > function? > > I found out exactly that when not passing any arguments > the function works like this: > > def fu

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-03 Thread Lukáš Duběda
Thanks for pointing that out, Curt, now, for such a trivial function I can imagine substituting it with a Lambda, however, how would I use a more complex function? I found out exactly that when not passing any arguments the function works like this: def functName(self, sender): pas

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-03 Thread Jimmy Schementi
On May 3, 2010, at 1:35 AM, "niki" wrote: > Jimmy Schementi wrote: >>> >>> >>> >>> http://ironpython.net/ironpython/tools/ >>>should probably be updated to not link to the express version. >> You're ab

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-03 Thread Curt Hagenlocher
The problem is this line: controls['Button']['btnCreate'].Click += printHello("HELLO WORLD") This executes the function printHello("HELLO WORLD") and tries to add the result -- None -- as an event handler. Something like the following should probably work: controls['Button']['btnCreate'].Click +

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-03 Thread Lukáš Duběda
Ok, I now risk being kicked out from this list for spamming :D but I have to take my chances. Btw: I'm still waiting for a bung of WPF books to arrive, so, please bear with me. Here's a primitive app I'm trying to build in VS2010 using IPy and, to me, the new WPF stuff. XAML and the Python Code

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-03 Thread niki
Jimmy Schementi wrote: http://ironpython.net/ironpython/tools/ should probably be updated to not link to the express version. You're absolutely right; the "Visual Studio 2010" link on http://iro

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-03 Thread Jimmy Schementi
http://ironpython.net/ironpython/tools/ should probably be updated to not link to the express version. You're absolutely right; the "Visual Studio 2010" link on http://ironpython.net/tools/ now goes to the general

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-02 Thread Lukáš Duběda
Now it seems to be working! Thank you very much, Dino, I appretiate your support. Keep the good work up, guys! Thanks again. Lukáš Duběda Director [T] +420 602 444 164 duber studio(tm) [M] i...@duber.cz [W] http://www.duber.cz [A] R.A.Dvorského 601, Praha 10 [A] 10900, Czech Republic, Europe

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-02 Thread Dino Viehland
Lukáš Duběda wrote: > Ok, I'm a little lost here. > > I previously installed the C# Visual Studio Express > version. Then I installed the Visual Studio Isolated > Shell and since I have no previous experience with VS, > how do I make the IPy tools extension to install via > the Isolated Shell? And

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-02 Thread Dino Viehland
Lukáš Duběda wrote: > Oh, ok, thanks for pointing that out Michael. > > Now, does the Isolated Shell (I don't really know the difference), > provide a visual designer for Windows Forms and WPF? > It does include the drag and drop designers - only the WPF designer works w/ IronPython though (WinF

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-02 Thread Lukáš Duběda
Ok, I'm a little lost here. I previously installed the C# Visual Studio Express version. Then I installed the Visual Studio Isolated Shell and since I have no previous experience with VS, how do I make the IPy tools extension to install via the Isolated Shell? And also, how the hell do I run the

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-02 Thread Lukáš Duběda
Oh, ok, thanks for pointing that out Michael. Now, does the Isolated Shell (I don't really know the difference), provide a visual designer for Windows Forms and WPF? Thanks again, cheers, Lukáš Duběda Director [T] +420 602 444 164 duber studio(tm) [M] i...@duber.cz [W] http://www.duber.cz [A]

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-02 Thread Brian Curtin
On Sun, May 2, 2010 at 07:34, Lukáš Duběda wrote: > Hi there everyone, > > first off, congratulations for pushing the IPy Tools out! KUDOS! > > Now, I have a problem installing it, unfortunately :( I'm sure I'm > doing something wrong as I have almost zero experience with > Visual Studio. > > I w

Re: [IronPython] Can't install IronPython Tools for Visual Studio

2010-05-02 Thread Michael Foord
On 02/05/2010 13:34, Lukáš Duběda wrote: Hi there everyone, first off, congratulations for pushing the IPy Tools out! KUDOS! Now, I have a problem installing it, unfortunately :( I'm sure I'm doing something wrong as I have almost zero experience with Visual Studio. I went to the MS site and d

[IronPython] Can't install IronPython Tools for Visual Studio

2010-05-02 Thread Lukáš Duběda
Hi there everyone, first off, congratulations for pushing the IPy Tools out! KUDOS! Now, I have a problem installing it, unfortunately :( I'm sure I'm doing something wrong as I have almost zero experience with Visual Studio. I went to the MS site and downloaded what seemed to be an obvious cho