PetitTournesol / Edgeware

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

Config does not work #8

Closed TYRS0 closed 2 years ago

TYRS0 commented 2 years ago

the config file didn't start so i ran the debug tool and got this error from the config file

Traceback (most recent call last):
  File "C:\Users\Teresa\Documents\Edgeware-main\EdgeWare\config.pyw", line 942, in <module>
    def write_save(varList:list[StringVar | IntVar | BooleanVar], nameList:list[str], passVar:str, exitAtEnd:bool):
TypeError: unsupported operand type(s) for |: 'type' and 'type'
TYRS0 commented 2 years ago

does not work in version 2.4.1 so far

PetitTournesol commented 2 years ago

This is a problem caused by Python version; updating to Python 3.10.2, should fix the issue! Sorry about that!

hauntedtide13 commented 2 years ago

This is a problem caused by Python version; updating to Python 3.10.2, should fix the issue! Sorry about that!

How would one do that? I thought the updated file on here would automatically update everything so it works.

TYRS0 commented 2 years ago

I just re installed it from the python website and it worked fine