This is a bug in 0.7.6 that has been already fixed. The fix will be
available in the closest upcoming release.
Martin
> Jonathan Jacobs Wrote:
>
> Keith J. Farmer wrote:
> > You can -- at least in asp.net 2
>
> Yes, it appears you can...however IronPython throws away
> exported types without a
In C# 2, there is now a root namespace identifier which you can use to
disambiguate. That may not yet be supported in IronPython, but I
imagine it's probably straightforward to add.
from __global__ import *
.. or the like
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Keith J. Farmer wrote:
You can -- at least in asp.net 2
Yes, it appears you can...however IronPython throws away exported types
without a namespace. Not sure what the reason for this may be, I'd have
thought that classes from an assembly without a namespace should just
belong to the top-leve