jwlodek / py_cui

A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
https://jwlodek.github.io/py_cui-docs
BSD 3-Clause "New" or "Revised" License
760 stars 41 forks source link

getting ModuleNotFoundError: import py_cui while running examples #181

Open jared201 opened 2 years ago

jared201 commented 2 years ago

Describe the bug Getting a "ModuleNotFoundError: import py_cui" while trying to run examples in Mac OS

To Reproduce Steps to reproduce the behavior:

  1. python3 examples/multi_window_demo.py

Expected behavior Multi Window Demo example should run Screenshots If applicable, add screenshots to help explain your problem.

*Environment:*

jwlodek commented 2 years ago

Was able to reproduce after making sure all installed versions of py_cui are removed from my environment.