Skip to content

Cannot start LPHK in Windows 11 #132

@realthered

Description

@realthered

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions