[python-win32] Pb server COM with PHP
Michel Claveau
mc at mclaveau.com
Fri Nov 5 09:17:30 CET 2004
Bonjour !
Hi !
J'ai un serveur COM (avec Python + pyWin32) qui fonctionne bien, depuis VB,
IE, Excel, Paradox, etc. etc.
I have a COM-server (with Python + pyWin32) who run good, from VB, IE,
Excel, Paradox, etc. etc.
Mais, avec PHP :
But, with PHP :
$oa = new COM("Word.Application");
J'ai un problème :
I have a problem :
'import site' failed; use -v for traceback
pythoncom error: PythonCOM Server - The 'win32com.server.policy' module
could not be loaded.
Traceback (most recent call last):
File "C:\Python23\lib\site-packages\win32com\__init__.py", line 5, in ?
import win32api, sys, os
exceptions.ImportError: No module named win32api
Une idée ?
Any idea ?
Merci d'avance.
Thanks by advance, and sorry for my bad english.
--
Michel Claveau
More information about the Python-win32
mailing list