-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Hi, I get this error when I start KeyPirihna for all the packages:
Traceback (most recent call last):
File "lib\configparser.py", line 751, in read_dict
File "lib\configparser.py", line 891, in set
File "lib\configparser.py", line 462, in before_set
WARNING: Failed to init PythonIni object for package [e.g FileBrowser, FileZilla, Calc etc.] . Error: <class 'ValueError'>: invalid interpolation syntax in '\\oslfil01\OIVRAS$' at position 17
I see that %HOMESHARE% is defined as "\oslfil01\OIVRAS$" and %HOMEDRIVE% is defined as H: which is also set to be "\oslfil01\OIVRAS$".
I don't have admin rights on my computer so I can't change the environment variables. Is there a way to get around or fix this problem?
Reactions are currently unavailable