Hi, I'm getting this error while installing with py2 it's OK with py3 :
Traceback (most recent call last):
File "install.py", line 1399, in <module>
main(sys.argv)
File "install.py", line 1378, in main
res = installEric()
File "install.py", line 756, in installEric
marker)
File "install.py", line 232, in copyDesktopFile
text = text.replace("@MARKER@", marker)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 239:
ordinal not in range(128)
|