CSSE1001 / MyPyTutor

Interactive tutorial application for Python3.
Other
7 stars 12 forks source link

Verify installer behaviour for directories with spaces on Windows #123

Closed sapi closed 9 years ago

sapi commented 9 years ago

The installer (new and old) need to be checked on Windows to ensure that they correctly handle directories with spaces.

I've had trouble with this issue in the past, especially with the use of os.execv; Windows sometimes seems to like screwing up the components of the vector, even though they're given as a list.

sapi commented 9 years ago

Yep, this is a known issue. Bugger.

sapi commented 9 years ago

Verified as fixed.