24 May
2005
24 May
'05
6:23 p.m.
--On Dienstag, 24. Mai 2005 14:16 Uhr -0400 Wei He <whe@rachisholm.com> wrote:
Hi,
I tried to import win32com in external method, but it always displays
Error Type: ImportError
Error Value: No module named win32com
It's ok in python command line but never works in external method.
Are you sure that you are using the *same* Python interpreter in both cases? In any case you should verify your PYTHONPATH, sys.path etc. -aj