PetitTournesol / Edgeware

Elsavirus inspired fetishware, built from the ground up to use interchangeable packages for better user experience.
MIT License
128 stars 94 forks source link

Cannot do config #34

Closed YZY-Jaeger closed 1 year ago

YZY-Jaeger commented 1 year ago

I just downloaded this program and ran the setup bat according to the readme, popups did show up on my screen but I did not find a , way to open any menu to change settings, tried to right click on the icon in task bar and click edgeware menu, nothing happened, no config menu, tried to ran config in debug window, it showed " Traceback (most recent call last): File "E:\Edgeware-main\EdgeWare\config.pyw", line 960, in def write_save(varList:list[StringVar | IntVar | BooleanVar], nameList:list[str], passVar:str, exitAtEnd:bool): TypeError: unsupported operand type(s) for |: 'type' and 'type' " my python version is 3.9, could this be the problem?

YZY-Jaeger commented 1 year ago

after upgrading python to the latest (3.11) it seems that the program worked!