-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Error #110
Comments
Yay errors \O/ |
which version of Arch are you using? |
First part of error message should be fixed, can you try again? |
First part is indeed fixed, but the second part's still there although slightly different. Traceback (most recent call last):
File "script.py", line 38, in <module>
userhome = path.expanduser("~" + getlogin())
FileNotFoundError: [Errno 2] No such file or directory My Arch is version 4.2.2-1 according to Pamac. |
I'm no expert in Python or Linux file structure and I could just be reading it wrong but it looks like you're trying to navigate to the user directory via |
try replacing |
Thank you @bil-elmoussaoui, this new line of code has made the program run correctly. Although I should probably mention that I had to add
|
It appears that even though the program has ran and says that it has fixed the skype and dropbox tray icons they appear to not actually be fixed. I think if we were to investigate that it'd have to be in another issue, because now that the program is running this issue is technically fixed. |
If the line needs to be added though this issue isn't fixed until that line is added to the code 📦 |
@Foggalong Oh, sorry. I'm still unfamilar with how github works exactly, thanks for telling me. |
No problem! |
Fixed! |
@bil-elmoussaoui Have you tried if it works? (I think you had the problem too) |
@wa4557 if you're talking about #104, yes it works :p just need a confirmation from @Foggalong too |
I get this error when I run the program via
sudo -E python script.py
.Distro: Antergos 64-bit (Heavily Based on Arch 64-bit)
Installed Dependencies:
python-cairocffi 0.7.2-2 (Community)
python-cairosvg 1.0.16-1 (AUR)
sni-qt-eplus-bzr (AUR)
The text was updated successfully, but these errors were encountered: