[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Pb with 2.5.2 & PyScripter

M?ta-MCI \(MVP\)

3/1/2008 11:09:00 AM

Hi, all!

Since the install of Python 2.5.2, Pyscripter (1.9.9.1) close for each
error.
Is it only me? Or another guys have the same thing?

@-salutations

Michel Claveau




6 Answers

Colin J. Williams

3/1/2008 3:41:00 PM

0

Méta-MCI (MVP) wrote:
> Hi, all!
>
> Since the install of Python 2.5.2, Pyscripter (1.9.9.1) close for each
> error.
> Is it only me? Or another guys have the same thing?
>
> @-salutations
>
> Michel Claveau
>
>
>
>
Could you be more explicit please?

I use PyScripter and do not have this
problem.

Colin W.

M?ta-MCI \(MVP\)

3/1/2008 5:15:00 PM

0

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.

I search, for know if it's a problem only on my computer, or a more
general problem.

Thanks by advance for your(s) answer(s).

@-salutations
--
Michel Claveau



Ricardo Aráoz

3/1/2008 7:19:00 PM

0

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.
>
> I search, for know if it's a problem only on my computer, or a more
> general problem.
>
> Thanks by advance for your(s) answer(s).
>
> @-salutations

Just tried it with PyScripter v 1.9.5.0 and Python 2.5.2.
Error dialog showed but PyScripter did not close.

M?ta-MCI \(MVP\)

3/1/2008 8:47:00 PM

0

Hi!

Thank you for return.
I will uninstall+reinstall Pyscripter.

@-salutations
--
Michel Claveau

Colin J. Williams

3/1/2008 9:59:00 PM

0

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.
>
> I search, for know if it's a problem only on my computer, or a more
> general problem.
>
> Thanks by advance for your(s) answer(s).
>
> @-salutations
I ran your script and an
exception.NameError is reported.

I say OK to the error and repeat the
run. PyScripter is not closed.

This is with xp and Python 2.5.2

Colin W.

M?ta-MCI \(MVP\)

3/1/2008 10:05:00 PM

0

Hi!

Problem solved, after reset layouts.
Thanks, all!

Michel Claveau