Re: [Python.NET] Small improvment for CLR exceptions

2005-05-31 Thread Roman Yakovenko
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

Re: [Python.NET] Small improvment for CLR exceptions

2005-05-31 Thread Stan Pinte
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

Re: [Python.NET] Small improvment for CLR exceptions

2005-05-31 Thread Brian Lloyd
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

Re: [Python.NET] running .net with standard 2.4.1 installation

2005-05-31 Thread Brian Lloyd
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