On Tue, Oct 20, 2015 at 4:42 AM, jmp <jeanmic...@sequans.com> wrote: > import turtle > > print turtle.__file__ > > may help you find the offending file. > > jm
In general, yes. Sadly, that technique doesn't work when the file attempts to import itself, and then errors out; your driver script will simply get an ImportError. (That said, though: The ImportError will include the traceback that gives the file name. But that's no different from what we already know.) ChrisA -- https://mail.python.org/mailman/listinfo/python-list