antoinemartin / django-windows-tools

Django application providing management commands to host Django projects in Windows environments
BSD 2-Clause "Simplified" License
50 stars 13 forks source link

winfcgi_install not working with non-English Windows #4

Closed mrbean-bremen closed 10 years ago

mrbean-bremen commented 11 years ago

This is almost a duplicate of issue #1. The fix in winservice_install (lookup groups by SID instead of name) has not been merged into wincfgi_install, where the code for set_file_readable() is duplicated. This makes it unusable on a non-English Windows (German, in my case). Applying the fix resolves the issue.

the-digital-engineer commented 10 years ago

This issue tackled by #10.