Kay Schluehr wrote:
> On 20 Sep., 23:07, "Aaron \"Castironpi\" Brady" <[EMAIL PROTECTED]>
> wrote:
>> On Sep 20, 3:22 pm, Kay Schluehr <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>> On 20 Sep., 18:33, Bruno Desthuilliers
>>> <[EMAIL PROTECTED]> wrote:
The following definitions are AFAIK the only comm
Méta-MCI (MVP) wrote:
> Re!
>
> An exemple. With this script:
> a=123
> b=456
> d=a+b+c
> (note than 'c' is not defined).
>
> When I run, inside Pyscripter, the error-dialog is showed, and, one
> second after, PyScripter is closed.
> This problem is present since Python 2.5.2.
>
>