[wingide-users] wing with virtualenv on Windows
Wingware Support
support at wingware.com
Thu Jun 21 08:09:52 MDT 2012
Chris Curvey wrote:
> Hrm. Now Wing is reporting exceptions that appear to be handled. For
> example:
>
> try:
> from grp import getgrnam
> except ImportError:
> getgrnam = None
>
> Wing is stopping at "from grp" and reporting an "ImportError", but the
> exception reporting is "Immediately if Appear Unhandled"
I'd recommend using exception reporting mode "When Printed" (the
default). For the most part that's preferable. The other one was our
original default but caused too much confusion. Also, it does not work
well with Python 3.
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list