I'm trying to run a basic pyforms program with Python 3, but get the following error:
import pyforms
File "C:\Python36\lib\site-packages\pyforms\__init__.py", line 4, in <module>
import loggingbootstrap
ModuleNotFoundError: No module named 'loggingbootstrap'
I'm sure I must be missing something obvious here as there is no trace of this module on Google.
When installing PyForms for Python 3, PyForms itself and 2 dependencies should NOT be installed straight from pypi. Instead you want to use :