uniton
uniton copied to clipboard
CSDIL_APPDATA undefined
Hi! This looks really great, just as an FYI it requests the CSDIL_APPDATA path on import, which appears to be deprecated? https://docs.microsoft.com/en-us/windows/win32/shell/csidl
Oh really? I checked the link you sent and didn't see any deprecation notice. Super strange that it isn't defined. I suppose CSIDL_LOCAL_APPDATA would be better? No idea why Python packages don't have a mechanism to store state. It's kinda annoying. Perhaps I should just try to put in site-packages next to the Uniton code. If I remember correctly I ran into a problem doing that before..