First listing line 3: is python on the system PATH? Why are you doubling the forward slashes? This will be passed unchanged to the program: you likely need the native path separators
Line 5. This would not change the directory for the process at line 6 even if it worked.
Bookmarks