We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2ec15 commit ab83bb2Copy full SHA for ab83bb2
1 file changed
pymathics/vectorizedplot/__init__.py
@@ -31,8 +31,8 @@
31
ParametricPlot3D,
32
SphericalPlot3D,
33
)
34
-except ModuleNotFoundError:
35
- print("module cannot be loaded...")
+except ModuleNotFoundError as e:
+ print("module cannot be loaded...", e)
36
ALREADY_INSTALLED = True
37
38
0 commit comments