Windows Vista and Django: Permission Denied Error
We recently upgraded the office to Windows Vista machines and the transition went pretty smoothly. It wasn't until we needed to make some modifications to a few Django projects that we started to run into issues. Namely, while attempting to start the development server for Django (via "manage.py runserver"), the server would seem like it was starting up, but after printing the standard Django output in the command window, it would print out another line giving us "permission denied" and then returning back to the "C" prompt.
In an attempt to fix this, the first step was to ...
