Frewacom / pywalfox

Dynamic theming of Firefox (and Thunderbird) using your Pywal colors
https://addons.mozilla.org/en-US/firefox/addon/pywalfox/
Mozilla Public License 2.0
583 stars 12 forks source link

Windows installation error with os geteuid #52

Closed npdev453 closed 3 years ago

npdev453 commented 3 years ago

Python 3.9.0

File "c:\users\np\appdata\local\programs\python\python39\lib\site-packages\pywalfox\install.py", line 219, in validate_permissions AttributeError: module 'os' has no attribute 'geteuid'

Frewacom commented 3 years ago

Seems like I forgot to test the --global flag on Windows. Apparently, os.geteuid() is only available on UNIX systems. I'll make sure to fix this in the next update.

Frewacom commented 3 years ago

Fixed in version 2.7.1 of pywalfox-native.