Thanks, @tinkergnome!
Yes, the problem is line 58 in um3api.py. For some reason os.getlogin() does not work on my Linux systems, so I had to change it to use pwd.
>>> os.getlogin()Traceback (most recent call last): File "", line 1, in FileNotFoundError: [Errno 2] No such file or directory
Do you know of a more platform agnostic method?
Recommended Posts
tinkergnome 926
@unlimitedbacon: Welcome to the forum! Great idea, thanks for sharing!
I have one small question / change request: the module "pwd" is not available for Windows systems. Is there a specific reason, why you changed this part?
Link to post
Share on other sites