Re: [IronPython] Data binding - how?

2006-12-06 Thread Dave Fugate
I looked into trying to replace the Python class full of properties with a list full of tuples. That is, doing something similar to: #... data = [ ('Joe', 23), ('Bob', 8), ('Thomas', 32), ('Patrick', 41), ('Kathy', 19),

Re: [IronPython] Data binding - how?

2006-12-06 Thread Dino Viehland
As far as I can tell the issue here seems to be that the data source is getting the column names from the list and not from the individual elements that are being added to the list. For example I tried the code below which hooks the ColumnAdded event to see what columns are actually getting add

[IronPython] Update to the Direct3D Sample

2006-12-06 Thread Dave Fugate
Our Direct3D sample relied on a technology preview of DirectX 2.0 managed wrappers available with DirectX SDKs. We need to move to the standard DirectX release and have updated the tutorial and setup steps to ensure everything works with the latest DirectX runtimes available from http://www.mi

Re: [IronPython] Data binding - how?

2006-12-06 Thread Patrick O'Brien
On 12/3/06, Luis M. González <[EMAIL PROTECTED]> wrote: I guess the problem is in the properties you defined in "Person". I tried this script, but importing "Person" from an assembly writen in C#, and it worked. So I assume that python properties are not recognized as .Net properties, and they

Re: [IronPython] os.popen() + Mono == segfault

2006-12-06 Thread Dino Viehland
I would expect this to be a Mono bug as IronPython is entirely managed code. There's always the possibility we are generating invalid IL but we're not aware of any places where we currently do that (as we validate all the IL we generate w/ peverify during our test runs, which include importing t

Re: [IronPython] Please vote on bugs!

2006-12-06 Thread Dino Viehland
Thanks, I've reported this bug via the CodePlex error page. I can't even view that bug. I don't think we'll get _getframe(n) working but probably will get _getframe(0) working (unfortunately it won't be in 1.1 Alpha). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [IronPython] Please vote on bugs!

2006-12-06 Thread Dino Viehland
As always thanks Seo! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Tuesday, December 05, 2006 7:02 PM To: Discussion of IronPython Subject: Re: [IronPython] Please vote on bugs! 2006/12/6, Dino Viehland <[EMAIL PROTECTED]>: > For th

Re: [IronPython] os.popen() + Mono == segfault

2006-12-06 Thread Sylvain Hellegouarch
Just to confirm I get the same issue with IPCE-r3 and mono 1.2.1 - Sylvain Anthony Baxter wrote: > On both IronPython 1.0.1 and IPCE release 4, os.popen() segfaults > under Mono 1.17.1 (on Ubuntu edgy). > > To reproduce: > ipy.exe -c "import os; print os.popen('/bin/ls', 'r').read()" > > Stackt

[IronPython] os.popen() + Mono == segfault

2006-12-06 Thread Anthony Baxter
On both IronPython 1.0.1 and IPCE release 4, os.popen() segfaults under Mono 1.17.1 (on Ubuntu edgy). To reproduce: ipy.exe -c "import os; print os.popen('/bin/ls', 'r').read()" Stacktrace follows, for whatever value it is... I can't tell immediately whether it's an IronPython or Mono problem, al

Re: [IronPython] Please vote on bugs!

2006-12-06 Thread Mike Krell
I think I want to vote for issue 1042, but the server throws an error whenever I click on that particular issue. Actually, I want to vote for whatever issues whose resolution will enable IronPython to run under IPython (which will require sys._getframe(n) support). Mike

Re: [IronPython] Do we have any option for Intellisense??

2006-12-06 Thread Davy Mitchell
SPE (free) handles IronPython fairly well. Stani is having hosting problems so you may need to find a mirror site somewhere. Davy -- Davy Mitchell Blog - http://www.latedecember.com/sites/personal/davy/ Mood News - BBC News Headlines Auto-Classified as Good, Bad or Neutral. http://www.l

Re: [IronPython] IronPython and WPF/E

2006-12-06 Thread Kevin Chu
now, you have to use javascript to interact with WPF/E. And next year ms will support C# and VB.NET to interact. But I think IronPython maybe is best choice to programming WPF/E Rich Internet Application. Kevin On 12/6/06, Neil(木野狐) <[EMAIL PROTECTED]> wrote: > What does 'managed code integration'

Re: [IronPython] Outdated Python-related packages in Debian

2006-12-06 Thread Sanghyeon Seo
2006/12/6, Sanghyeon Seo <[EMAIL PROTECTED]>: > My crystal ball, eh, my package tracker told me, that there are many > outdated Python-related packages in Debian. I filtered false > positives. (e.g. version parsing got it wrong, version packaged in > Gentoo/FreeBSD is alpha/beta, etc.) Oops! --

[IronPython] Outdated Python-related packages in Debian

2006-12-06 Thread Sanghyeon Seo
My crystal ball, eh, my package tracker told me, that there are many outdated Python-related packages in Debian. I filtered false positives. (e.g. version parsing got it wrong, version packaged in Gentoo/FreeBSD is alpha/beta, etc.) http://sparcs.kaist.ac.kr/~tinuviel/package/list.cgi?name=python&