Re: [IronPython] how to apply guid

2007-05-23 Thread Benjamin West
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

Re: [IronPython] how to apply guid

2007-05-23 Thread Dino Viehland
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

[IronPython] how to apply guid

2007-05-23 Thread Benjamin West
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

[IronPython] Problem stepping into functions in debugger with F11

2007-05-23 Thread Julien Couvreur
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

Re: [IronPython] PythonEngine in separate AppDomain?

2007-05-23 Thread michael_sweeney
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

Re: [IronPython] urllib.urlopen(url).read() problem

2007-05-23 Thread Dino Viehland
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:[

Re: [IronPython] Is bug #7531 really fixed?

2007-05-23 Thread Sanghyeon Seo
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 __