Describe the bug
On Mac, I created a new Python virtual environment (venv) and installed pip install gooey, then tried the simple demo.
The example did not run as I got this error
ModuleNotFoundError: No module named 'six'
That was fixed by pip install six and then the demo ran.
So it seems that the package does not contain all the dependencies needed.
Desktop (please complete the following information):
- OS: macOS Sequoia 15.6.1
- Python: 3.10.15
- Gooey: 1.0.8.1