Skip to content
New issue

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

Cannot start LPHK in Windows 11 #132

Open
realthered opened this issue Dec 9, 2024 · 0 comments
Open

Cannot start LPHK in Windows 11 #132

realthered opened this issue Dec 9, 2024 · 0 comments

Comments

@realthered
Copy link

realthered commented Dec 9, 2024

exe file -> didn't work
image

portable -> didn't work too..
So I clone this repo and try to run the script but it failed too.

Below is the result of python LPHK.py

Traceback (most recent call last):
  File "LPHK.py", line 142, in <module>
    main()
  File "LPHK.py", line 137, in main
    window.init(lp, launchpad, PATH, PROG_PATH, USER_PATH, VERSION, PLATFORM)
  File "C:\Users\red\Downloads\dir\LPHK\window.py", line 74, in init
    make()
  File "C:\Users\red\Downloads\dir\LPHK\window.py", line 718, in make
    app = Main_Window(root)
  File "C:\Users\red\Downloads\dir\LPHK\window.py", line 81, in __init__
    self.init_window()
  File "C:\Users\red\Downloads\dir\LPHK\window.py", line 101, in init_window
    self.m = tk.Menu(self.master)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\tkinter\__init__.py", line 3277, in __init__
    Widget.__init__(self, master, 'menu', cnf, kw)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\tkinter\__init__.py", line 2572, in __init__
    self.tk.call(
_tkinter.TclError: bad option "-À±°íµñ320": must be -family, -size, -weight, -slant, -underline, or -overstrike

I didn't added any command, just did `python LPHK.py' but it shows this.
Is there any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant