Menu

#2 Exception Error

open
nobody
None
5
2005-08-23
2005-08-23
Anonymous
No

I get the error list below when I run the following
command line:

kongulo.exe --depth=1 http://www.yahoo.com

--------------------------------------------------------------------
::: (1) http://www.yahoo.net
Traceback (most recent call last):
File "kongulo.py", line 399, in ?
File "kongulo.py", line 395, in Main
File "kongulo.py", line 301, in Crawl
File "<COMObject GoogleDesktopSearch.EventFactory>",
line 2, in CreateEvent
pywintypes.com_error: (-2147352567, 'Exception
occurred.', (0, 'GoogleDesktopSearch.EventFactory.1',
'Component not registered', None, 0, -2147221502), None)
--------------------------------------------------------------------

Please explain?

Discussion

  • Nobody/Anonymous

    Logged In: NO

    It seems kongulo works only with google desktop search 1.0
    (to be safe, GDS 1.0 english).... and not with GDS 2.0 beta
    , in my win 2000 sp4 system.

    So, un-installing GDS 2.0 beta and installing GDS 1.0 solved
    the problem for me.
    I have only tried the english version

     
  • Nobody/Anonymous

    Logged In: NO

    I am getting the same error (GDS 2.0)

     
  • Nobody/Anonymous

    Logged In: NO

    You fix this by changing line 383 [containing
    obj.RegisterComponent(_GUID,....)] to:
    ______________________
    obj.RegisterIndexingComponent(_GUID,['Title', 'Kongulo',
    'Description', 'A simple web spider that lets you keep
    copies of web sites in your Google Desktop Search index.',
    'Icon', '%SystemRoot%\system32\SHELL32.dll,134'])
    ______________________
    Changes above:
    - Use RegisterIndexingComponent
    - In the orignal source file the eol markers confused my
    interpreter. So either join the seperate lines or use '\'

    Nik

     

Log in to post a comment.