Quantcast
Channel: Open windows photo gallery from python - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Open windows photo gallery from python

$
0
0

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?


Viewing all articles
Browse latest Browse all 4

Trending Articles