Peter Bierma
Peter Bierma
Ah, FWIW, I was being dumb - my example here is unable to import a submodule anyway: ```py import sys sys.path.append("./x.zip") import x ``` (I don't think this is something...
I didn't test that - does that fail? (Note that you need an `__init__.py`)
Well, it doesn't "report" exceptions, it displays an unraisable error. But yeah, I wouldn't call that silent. I guess it should be changed to something like "Exceptions that occur when...
@Zannick Please don't force push, it makes reviewing much more difficult. Everything is squash merged at the end.