Re: [python-win32] Could not load excelAddin demos

2014-04-13 Thread mc@mclaveau
Bonjour ! Il s'agit d'un problème avec les paramètres de sécurité d'Office et de Windows 8(.1) Vérifier aussi si la mise en place de l'add-in n'aurait pas été faite "en tant qu'Administrateur" et utilisé avec un compte autre. @-salutations -- Michel Claveau Le 13.04.14 18:48, Pierre Mallard

[python-win32] Could not load excelAddin demos

2014-04-13 Thread Pierre Mallard
Hello, I'm running on Windows8.1 64 bits, Excell 2013, Python 3.4 and pywin32-218.win-amd64-py3.4 That might be a newbee question but I'm running out of idea to fix this : First I ran makepy.py for both excel library and office and have been able to use excel interface as a com client in python.