Skip to content

Can't run the script... #1

@kaiserchrss

Description

@kaiserchrss

Hi, i'm getting an error when running the script:
i have blink-tool in the same folder and checked if python, pip and pywin32 are installed:#

C:\Users\kach\Desktop>python --version
Python 2.7.14

C:\Users\kach\Desktop>pip check
No broken requirements found.

C:\Users\kach\Desktop>pip install -U pywin32
Requirement already up-to-date: pywin32 in c:\python27\lib\site-packages

**C:\Users\kach\Desktop\tools>python outlook.py
Error processing line 7 of C:\Python27\lib\site-packages\pywin32.pth:

Traceback (most recent call last):
File "C:\Python27\lib\site.py", line 152, in addpackage
exec line
File "", line 1, in
ImportError: No module named pywin32_bootstrap

Remainder of file ignored
I will keep an eye out for your emails :) take a walk..
Traceback (most recent call last):
File "outlook.py", line 18, in
session = win32com.client.gencache.EnsureDispatch ("MAPI.Session")
File "C:\Python27\lib\site-packages\win32com\client\gencache.py", line 529, in EnsureDispatch
disp = win32com.client.Dispatch(prog_id)
File "C:\Python27\lib\site-packages\win32com\client_init_.py", line 95, in Dispatch
dispatch, userName = dynamic._GetGoodDispatchAndUserName(dispatch,userName,clsctx)
File "C:\Python27\lib\site-packages\win32com\client\dynamic.py", line 114, in _GetGoodDispatchAndUserName
return (_GetGoodDispatch(IDispatch, clsctx), userName)
File "C:\Python27\lib\site-packages\win32com\client\dynamic.py", line 91, in _GetGoodDispatch
IDispatch = pythoncom.CoCreateInstance(IDispatch, None, clsctx, pythoncom.IID_IDispatch)
pywintypes.com_error: (-2147221005, 'Ung\xfcltige Klassenzeichenfolge', None, None)**

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions