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),
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
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
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
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
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
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
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
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
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
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
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'
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!
--
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&
14 matches
Mail list logo