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

ModuleNotFoundError: No module named 'gooey.types' #815

Closed
3 tasks
blipk opened this issue Apr 30, 2022 · 0 comments · May be fixed by #820
Closed
3 tasks

ModuleNotFoundError: No module named 'gooey.types' #815

blipk opened this issue Apr 30, 2022 · 0 comments · May be fixed by #820

Comments

@blipk
Copy link

blipk commented Apr 30, 2022

  • OS - Manjaro
  • Python Version - 3.10.4
  • Gooey Version - 1.2.0a0

Trying to follow the lifecycle validators example and get the followinge error:

Traceback (most recent call last):
  File "/home/user/dev/Solar/./solar.py", line 8, in <module>
    from gooey.types import PublicGooeyState
ModuleNotFoundError: No module named 'gooey.types'

Changing the import to the following seems to work:
from gooey.python_bindings.types import PublicGooeyState

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant