We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i follow but not work
The text was updated successfully, but these errors were encountered:
root@boo-HP-Convertible-x360-11-ab1XX:/home/boo# touch myUI.fletsb root@boo-HP-Convertible-x360-11-ab1XX:/home/boo# python3 -m fletsb.edit myUI.fletsb Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.10/dist-packages/fletsb/edit.py", line 60, in mainPage(full_path) File "/usr/local/lib/python3.10/dist-packages/fletsb/pages/main_page.py", line 31, in init self.dict_content = json.loads(open(file_path, encoding="utf-8").read()) File "/usr/lib/python3.10/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Sorry, something went wrong.
not working, maybe a tutorial would be helpfull
Try this?
python3 -m Flet_StoryBoard.edit
No branches or pull requests
i follow but not work
The text was updated successfully, but these errors were encountered: