it's not a bug - it's a expected behaviour on every system... space is being treated as a parameter splitter... surround your path with ", and this will work
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If there is a space in the path it won't work...
In this case use a quote; eg:
"C:\Python 25\python.exe" -i "$(FULL_CURRENT_PATH)"
it's not a bug - it's a expected behaviour on every system... space is being treated as a parameter splitter... surround your path with ", and this will work