nx-python / nx

A pythonic, object-oriented wrapper around nx-python/_nx
https://nx-python.readthedocs.io/
ISC License
16 stars 3 forks source link

ModuleNotFoundError: No module named 'imguihelper' #9

Open KoolenDasheppi opened 5 years ago

KoolenDasheppi commented 5 years ago

Title is the error the test.py gives me. I tried "pip3 install imgui", but it didn't fix the imguihelper thing.

elnardu commented 5 years ago

You are supposed to run it on the switch

KoolenDasheppi commented 5 years ago

I thought I was supposed to test the library first on the PC... huh... I dunno. I'll test it on the switch then. Not gonna close this just yet.

steveforse commented 4 years ago

Documentation says:

Firstly, you can launch your IDE and open the freshly cloned repository as a workspace/project. Then open and edit test.py, and run it normally. (Note: Controller input can not yet be tested on your development device.) The included dummy version of the _nx module will serve as a substitute to make your homebrew app work like a regular Python app.

Am I misreading that this is supposed to run on the development device?