On 5/31/05, Brian Lloyd <[EMAIL PROTECTED]> wrote:
> Hi all -
>
> So to summarize this thread: we want to make __str__ of a CLR
> exception return self.Message, right? That would seem to match
> the behavior of the std Python exceptions.
>
>
> Brian Lloyd[EMAIL PROTECTED]
> V.P. Engineer
Brian Lloyd wrote:
>Hi all -
>
>So to summarize this thread: we want to make __str__ of a CLR
>exception return self.Message, right? That would seem to match
>the behavior of the std Python exceptions.
>
>
right.
_
Python.NET mailing list - Pytho
Hi all -
So to summarize this thread: we want to make __str__ of a CLR
exception return self.Message, right? That would seem to match
the behavior of the std Python exceptions.
Brian Lloyd[EMAIL PROTECTED]
V.P. Engineering 540.361.1716
Zope Corporation http://www.zope
I'm pretty sure that Python.Runtime.dll will need to be in the
same directory as your python.exe (because of .NET assembly
probing rules). The CLR.dll can probably be either in the
DLLs directory or in the root directory with python.exe.
Brian Lloyd[EMAIL PROTECTED]
V.P. Engineering