New submission from Joshua De La Rosa <joshuadelaros...@gmail.com>: Taking my first coding class, so I don't know much about coding or python in general, but I ran into a problem when using the Debugger function for a homework assignment that neither I nor my professor could make sense of. My program executes successfully without running the Debugger or, in the case that I am running the Debugger, it only raises an error when I "Step" through the imported module that I implemented in another program, rather than just hitting "Go". The error it reports is: AttributeError: '_ModuleLock' object has no attribute 'name'
Not sure which file to submit, since the I created my own module that is used in the program that raises the error when I step through it with the Debugger mode on. ---------- assignee: terry.reedy components: IDLE messages: 313721 nosy: jcdlr, terry.reedy priority: normal severity: normal status: open title: debugger issue concerning importing user created modules into another program type: compile error versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33065> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com