Hi Giles,
I'm on the Visual Studio SDK team here at Microsoft. In
co-operation with the IronPython team, we're currently working on
integrating IronPython into Visual Studio as a sample to ship in our
SDK. We've just released a CTP with the first version of this here:
http://affiliate.vsi
This is because the 'StartingUp' event changed to 'Startup' in the more
recent WPF release.
You can simply edit the avalon.py file and change app.StartingUp to
app.Startup.
--Steven
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mikolaj
Dawidowski
Sent:
The Visual IL project is now available for download as source from GotDotNet --
someone could take a look at how that is put together and (with the VSIP
package from Microsoft) put together their own VS2k5 package for Python.
<>___
users mailing list
Thanks to everyone for their thoughts on unit testing. There is indeed
a PyUnit, it's part of the standard Python distribution (under the
package name unittest). However, it uses three packages that haven't
been implemented in IronPython yet - traceback, os and types - and
modifying it to rem
I installed the latest .NET 2.0 (final) and WinFX libraries and got the
following error.
I look similiar to Robert Smithson problems
(http://www.mail-archive.com/users@lists.ironpython.com/msg00201.html).
Robert says that he installed WinFX SDK and it worked. However I have SDK
installed...I think.
Giles Thomas wrote:
> Hi all,
>
> Another question - what are people using to edit/debug IronPython code?
>
> My most recent projects have all been with Java using IntelliJ, and I've
> only just moved over to .NET. I'm told that Visual Studio 2005 is a
> good IDE - but it appears that it only