Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detailed message on ImportError #46

Closed
naveen521kk opened this issue Mar 28, 2021 · 0 comments · Fixed by #50
Closed

Detailed message on ImportError #46

naveen521kk opened this issue Mar 28, 2021 · 0 comments · Fixed by #50
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@naveen521kk
Copy link
Member

I think it should be better rather than just showing

try:
from .cmanimpango import * # noqa: F403,F401
from .enums import * # noqa: F403,F401
from .register_font import * # noqa: F403,F401
except ImportError: # pragma: no cover
raise ImportError("Couldn't load the necessary Shared Libraries.")

I think it should be better to give some information like the python version and manimpango's version. Also, that should ask people to make an issue here or contact us on Discord.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant