Installed using pip3 install pyjsonviewer — Received a _tkinter error and resolved that using brew install python-tk
I have a .json file located in a directory (pwd) — repos/data_objects/exported.json
When I run python3 pyjsonviewer -f exported.json OR python3 pyjsonviewer -f repos/data_objects/exported.json I get the same error.
(14:52:30)──> python3 pyjsonviewer -f exported.json 2 ↵ ──(Tue,Oct11)─┘
/opt/homebrew/bin/python3: can't open file '/Users/username/repos/data_objects/pyjsonviewer': [Errno 2] No such file or directory
AND
(14:51:19)──> python3 pyjsonviewer -f ~/repos/data_objects/exported.json 2 ↵ ──(Tue,Oct11)─┘
/opt/homebrew/bin/python3: can't open file '/Users/username/repos/data_objects/pyjsonviewer': [Errno 2] No such file or directory
After installing python-tk with brew (brew install python-tk) running $ pyjsonviewer spawns a tree nav pane, as expected.
/opt/homebrew/lib/python3.10/site-packages/pyjsonviewer/pyjsonviewer.py start!!
From the pyjsonviewer pane, I'm able to open the file.
Installed using
pip3 install pyjsonviewer— Received a_tkintererror and resolved that usingbrew install python-tkI have a
.jsonfile located in a directory (pwd) —repos/data_objects/exported.jsonWhen I run
python3 pyjsonviewer -f exported.jsonORpython3 pyjsonviewer -f repos/data_objects/exported.jsonI get the same error.AND
After installing
python-tkwith brew (brew install python-tk) running$ pyjsonviewerspawns a tree nav pane, as expected.From the
pyjsonviewerpane, I'm able to open the file.