Re: [python-win32] Initial setup and COM debugging issues.

2018-12-19 Thread mc@mclaveau
Hi! During the installation of python, did you check well to add Python in the PATH? This option is at the very bottom of the frame, and not very visible. @-salutations -- Le 18/12/2018 à 20:58, Boylan, Ross a écrit : pywin32 is installed just for me, but python itself is installed for all

Re: [python-win32] Registering COM servers doesn't work out of the box any more

2017-07-27 Thread mc@mclaveau
Hi! When you had installed Python, had you choose "Add to path" (at end of list of install's options)? (sorry for my bad english) @-salutations -- install's Le 27/07/2017 à 01:31, Greg Ewing a écrit : I recently tried to install a COM server written in Python and ran into a small problem.

Re: [python-win32] Win32com Error any suggestions?

2015-04-17 Thread mc@mclaveau
Hi! Carl Evans wrote: I am running 32bit Python 2.7 on 64bit excel Warning! 64 bits Excel have not the same CLSID than 32 bits Excel. If it run in tests/dev. with 32 bits Excel, try to install a 32 bits Office on the production computer. MS himself advises to prefer the 32-bit version.

[python-win32] Win7 + P27 ; very tiny thingy

2014-10-08 Thread mc@mclaveau
Hi! Not really a problem, instead a (very tiny) thingy. Under Windows (7/64), and working-DIR C:\mescripts, with this very big script (named test.py): import os,os.path temp=os.path.dirname(__file__) How I launch, and result: C:\python27\python.exe C:\mescripts\test.py

Re: [python-win32] has the COM interface capability changed since 1999

2014-05-14 Thread mc@mclaveau
Hi! Warning! The APIs (almost-COM a not COM) of Dragon NaturallySpeaking change (very) often, depending of version of software. A software who run OK with version 11 don't run with version 12. And more... ??? @-salutations -- Michel Claveau ___

Re: [python-win32] [ANN] pywin32 build 219 released

2014-05-04 Thread mc@mclaveau
Merci beaucoup, Mark, Roger, Vernon ... et Cie. Thank you very much, Mark, Roger, Vernon ... Cie. @-salutations -- Michel Claveau Le 04.05.14 07:39, Mark Hammond a écrit : Hi all, I'm happy to announce the release of pywin32 build 219. This release has addressed a number of bugs with

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

Re: [python-win32] My bzPersonalAssistant code/project

2014-03-21 Thread mc@mclaveau
Slt! Hmmm... I have downloaded the source-file. I try it, and... I found that wxPython is necessary. But, perso, I use my own GUI (based on PyWin32). I will try the exe version in a virtual computer, when I will found times. @+ -- MCi Le 22.03.14 00:03, Jacob Kruger a écrit : If of

Re: [python-win32] Printing PDFs without external tools

2014-03-03 Thread mc@mclaveau
Hi! PDF files are text files. If you use the print command, you will print the source of PDF. If you want another aspect, you need a render (Adobe-reader, Sumatra-PDF, etc.) I suggest Sumatra-PDF : http://blog.kowalczyk.info/software/sumatrapdf/manual-fr.html (search for *-print-to-default*