[wingide-users] problem when importing inspect
Wing IDE Support
support at wingide.com
Mon Aug 9 12:04:35 EDT 2004
Lorenzo Gil Sanchez wrote:
> I'm trying to run this simple script:
>
> import inspect
>
> print "hello world"
>
> but I'm getting a Sequence index out of range Exception.
Can you ignore the exception by checking the ignore checkbox is the
exception panel? Wing cannot determine when an exception is going to be
cleared in C code, so it allows certain exceptions to be ignored. The
list of ignored exceptions is saved in you project file so you should
only need to specify once that as exception is to be ignored.
John
More information about the wingide-users
mailing list