On 5/23/07, Dino Viehland <[EMAIL PROTECTED]> wrote:
> We don't yet support defining attributes from Python. It's a common feature
> request.
>
> For that you'll need to go to a static language like C# :(.
>
>
I'm not so interested in defining attributes as applying them. My C#
book says attrib
We don't yet support defining attributes from Python. It's a common feature
request.
For that you'll need to go to a static language like C# :(.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin West
Sent: Wednesday, May 23, 2007 2:31 PM
To: Disc
How do I apply a GUID or other attributes to a class? All the
examples I can find in C# use attributes.
I haven't read much regarding using attributes in IronPython, except
for a few messages in the archive. Is there some workaround?
-Ben
___
users ma
Hi,
I'm running a simple program below. I'm trying to "step into" the "add"
function. But Visual Studio 2005 and the Microsoft CLR Debugger (from the
.Net 2.0 SDK) both complain that:
"There is no source code available for the current location."
They then offer me to view the disassembly.
Any
Hi Dino,
I get this error with or without the permission code. Here is the problem I am
trying to solve...
We have a test tool that allows the load/reload of Python test scripts. It is
implemented in CPython. We manipulate the sys.modules dictionary to "clean" out
any modules the test mo
Thanks for the bug report Benjamin. And thanks for the workaround Seo. I've
opened bug #10518 for this:
http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=10518. I
haven't had a chance to look at the issue yet though.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[
2007/5/21, Sanghyeon Seo <[EMAIL PROTECTED]>:
> 2007/5/21, Michael Foord <[EMAIL PROTECTED]>:
> > It prints 'xabc' with IronPython 1.1 on Windoze and .NET.
>
> Thanks. Will report as a Mono bug.
This is now Mono bug #81714.
http://bugzilla.ximian.com/show_bug.cgi?id=81714
--
Seo Sanghyeon
__