I want to use pyforms to prepare a simple python based program and have been trying to install and use it with no luck.
When I run:
import pyforms
from pyforms import BaseWidget
from pyforms.Controls import ControlText
from pyforms.Controls import ControlButton
All I get is a Traceback error in the terminal and:
from pysettings import conf;
ImportError: cannot import name 'conf'
I'm using pysettings 1.90 and pyforms 0.1.7.3
I've uninstalled and reinstalled several times with no luck and have been using python3.4. Can anyone help?