I'm using python and excel with office 2010 and have no problems there. I used python's makepy module in order to bind to the txcel com objects.
However, on a different computer I've installed office 2013 and when I launched makepy no excel option was listed (as opposed to office 2010 where 'Microsoft Excel 14.0 Object Library' is listed by makepy).
I've searched for 'Microsoft Excel 15.0 Object Library' in the registry and it is there.
I tried to use : makepy -d 'Microsoft Excel 15.0 Object Library'
but that didn't work.
Help will be much appreciated. Thanks.