You might like to try using the 32bit builds of python and pywin32.
HTH,
Mark
On 14/04/2014 2:48 AM, Pierre Mallard wrote:
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
Using process Monitor I have been able to trace Excel calls to registry.
I found that it wasn't looking for InProcServer32 entry but rather
InProcHandler32
10:19:15,8501900 EXCEL.EXE 7416 RegOpenKey
HKCR\CLSID\{C5482ECA-F559-45A0-B078-B2036E6F011A}\InprocHandler32 NAME
NOT FOUND Desired Access: M
Still waiting for a kickstarter campaign for a universal translator ;-)
On 2014-04-14 07:40, mc@mclaveau wrote:
Hello!
There is a problem with the parameters of Office security and Windows
8 (.1)
Also check if the installation of the add-in was not made "as
Administrator" and used with anot
Hello and thanks for your response Michel.
As you stated I did install addIn as Administrator (I ran cmd as Administrator).
I unregister as an admin and re-install addIn as a normal user (note
that still it ask to raise priviledge, I guess it is for registry
edition)
Still PlugIn is automatically
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
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.