You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Installed using
pip3 install pyjsonviewer
— Received a_tkinter
error and resolved that usingbrew 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
ORpython3 pyjsonviewer -f repos/data_objects/exported.json
I get the same error.AND
After installing
python-tk
with brew (brew install python-tk
) running$ pyjsonviewer
spawns a tree nav pane, as expected.From the
pyjsonviewer
pane, I'm able to open the file.The text was updated successfully, but these errors were encountered: