[issue33065] IDLE debugger: problem importing user created module

2018-09-23 Thread ppperry
Change by ppperry : -- nosy: +ppperry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33065] IDLE debugger: problem importing user created module

2018-04-12 Thread Brett Cannon
Brett Cannon added the comment: Without knowing the exact Python version it's hard to tell as line 59 changed between Python 3.5 and where Python 3.6 is now (FYI, the line as it currently sits in Python 3.6 is

[issue33065] IDLE debugger: problem importing user created module

2018-04-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: We use 'crash' for, on Window, a process stopping either with no explanation or a 'Your process has stopped box' from Windows. In any case, PositionalList.py will not run without _DoublyLinkedBase.py, which you did not upload. The

[issue33065] IDLE debugger: problem importing user created module

2018-04-11 Thread om364@
om364@ added the comment: Traceback (most recent call last): File "...\PositionalList.py", line 1, in from _DoublyLinkedBase import _DoublyLinkedBase File "", line 968, in _find_and_load File "", line 148, in __enter__ File "", line 174, in _get_module_lock

[issue33065] IDLE debugger: problem importing user created module

2018-03-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: I cannot do anything from this bare description, as I cannot think of any reason why stepping should introduce an error. It sounds like there are two files involved. Try to reduce them to the minimum needed to reproduce the issue and then