alexmojaki / birdseye

Graphical Python debugger which lets you easily view the values of all evaluated expressions
https://birdseye.readthedocs.io
MIT License
1.65k stars 71 forks source link

Allow all Exceptions when importing optional modules #82

Closed aivarannamaa closed 4 years ago

aivarannamaa commented 4 years ago

Importing a module may fail with other exceptions besides ImportError, eg. with OSError when the module is present in user site packages but for wrong architecture.

Here is an example case which would be solved by this PR: https://github.com/thonny/thonny/issues/1141

alexmojaki commented 4 years ago

Thanks!