$ python eduroam-linux-Tartu_Ulikool\(2\).py
File "/home/simmo/Downloads/eduroam-linux-Tartu_Ulikool(2).py", line 1292
"dbus-python!
^
SyntaxError: unterminated string literal (detected at line 1292)
The problem in the script is here:
Messages.save_wpa_conf = "DBus moodulit ei leitud - palun paigalda " \
"dbus-python!
NetworkManageri seadistamine ei õnnestunud, kuid saame " \
"luua wpa_supplicant seadistusfaili, kui sooviD. Hoiatus! Su parool " \
"salvestatakse sellesse faili lahtise tekstina."
I don't know how the translation files are converted to the Python script, but it's inserting newlines incorrectly.
The problem in the script is here:
I don't know how the translation files are converted to the Python script, but it's inserting newlines incorrectly.