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

Trying to utilize glm.glm_typing #193

Open
Wasserwecken opened this issue Dec 16, 2022 · 1 comment · May be fixed by #203
Open

Trying to utilize glm.glm_typing #193

Wasserwecken opened this issue Dec 16, 2022 · 1 comment · May be fixed by #203
Labels

Comments

@Wasserwecken
Copy link

Wasserwecken commented Dec 16, 2022

I would like to reuse the defined types of the glm libary in my own methods.
Because I dont want to loose the already defined type casts.
But I am unable to import it correctly. Did I do something wrong or is it just locked?

Example one:
image

Example two:
image

Zuzu-Typ added a commit that referenced this issue Dec 16, 2022
@Zuzu-Typ
Copy link
Owner

Hi there @Wasserwecken,

unfortunately, glm_typing is not currently available as a sub-package of glm.
You can however use the following code for the time being:

import importlib
glm_typing = importlib.import_module("glm-stubs.glm_typing")

@Zuzu-Typ Zuzu-Typ added the bug label Dec 16, 2022
@Zuzu-Typ Zuzu-Typ linked a pull request Oct 31, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants