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

Pyform first app errors #105

Open
KPMTGG opened this issue Jan 30, 2022 · 1 comment
Open

Pyform first app errors #105

KPMTGG opened this issue Jan 30, 2022 · 1 comment

Comments

@KPMTGG
Copy link

KPMTGG commented Jan 30, 2022

Hi,

I am following the first app guide from here: [https://pyforms.readthedocs.io/en/v4/getting-started/first-app.html#build-an-app], but getting errors. First, the BaseWidget would not install until I changed 'from pyforms.basewidget import BaseWidget' to 'from pyforms import BaseWidget.' So, that works, but the 'from pyforms.controls import ControlPlayer' errs. When I look into the controls.py module, there is no reference to 'ControlPlayer.' Does the guide need updating or am I doing something wrong?

@somegenericdev
Copy link

Documentation doesn't mention this but you have to use Python 3.6. It won't work with newer versions of Python.
Easiest way to do this would be using Anaconda environments.

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

No branches or pull requests

2 participants