I want the end of a python script to open windows photo gallery from python
I try:
os.system("C:\\Program Files (x86)\\Windows Live\\Photo Gallery\\WLXPhotoGallery.exe");
I get:
'C:\Program' is not recognized as an internal or external command,operable program or batch file.
any ideas how to get this one sorted?