Fix issues preventing windows based installation of development environment

Review Request #1727 — Created Aug. 2, 2010 and discarded — Latest diff uploaded

Information

Review Board

Reviewers

This fixes 2 issues with installing the development environment under win32.  Symlink is not available on the os module on non-unix operating systems, as well, windows paths were not being written properly to the settings_local.py file for re-interpretation as unescaped slashes.
Performed successful manual install under MinGW32 after fix.
    Loading...