jeff sl's profile - activity

2019-08-19 03:30:08 -0500 received badge Famous Question (source)
2019-07-30 10:27:33 -0500 received badge Notable Question (source)
2019-07-29 20:54:22 -0500 marked best answer Most imports suddenly failing

Most (not all) imports are suddenly failing when run in the wingware/pro ide (v6). Imports of both library modules (e.g., math) and of my own modules from within the current directory fail in the same way:

In _bootstrap.py:

def _get_module_lock(name): """Get or create the module lock for a given module name.

Acquire/release internally the global import lock to protect
_module_locks."""

_imp.acquire_lock()
try:
    try:
        lock = _module_locks[name]()   <======== raises KeyError.
    except KeyError:
        lock = None

All of the affected programs run just find outside the IDE, no import problems.

This seems to have started after I installed pylint and mypy but uninstalling these didn't clear the problem. sys.pythonpath appears correct.

What on earth is going on?

2019-07-28 10:33:30 -0500 commented answer Most imports suddenly failing

Yup -- that's it. Exceptions set to Always Immediately produces an avalanche of exceptions at startup and beyond. And

2019-07-28 10:26:12 -0500 received badge Popular Question (source)
2019-07-24 21:32:53 -0500 received badge Student (source)
2019-07-24 21:32:13 -0500 asked a question Most imports suddenly failing

Most imports suddenly failing Most (not all) imports are suddenly failing when run in the wingware/pro ide (v6). Impor

2019-03-15 20:32:07 -0500 answered a question environment

Thank you. The triple backslashes worked as you described. (However, I still think interpreting $identifier as an e

2019-03-14 15:34:15 -0500 commented question environment

I am the original poster: I forgot to mention, I''m experiencing this with Wingware 6.1.2-1 Pro on Windows 10

2019-03-14 15:33:28 -0500 commented question environment

Forgot to mention, we're talking Wingware 6.1.2-1 pro on Windows 10