Question: what to do, my Python is getting crazy

Tim Roberts timr at probo.com
Mon Nov 17 22:53:57 EST 2008


Pekeika <m.echavarriagregory at umiami.edu> wrote:
>
>10 minutes later after I said thanks... the message came out again...
>this is the complete lines:
>
>PythonWin 2.5.2 (r252:60911, Mar 27 2008, 17:57:18) [MSC v.1310 32 bit
>(Intel)] on win32.
>Portions Copyright 1994-2006 Mark Hammond - see 'Help/About PythonWin'
>for further copyright information.
>>>> Traceback (most recent call last):
>  File "boot_com_servers.py", line 21, in <module>
>  File "C:\Python25\lib\site-packages\pythoncom.py", line 3, in
><module>
>    pywintypes.__import_pywin32_system_module__("pythoncom", globals
>())
>  File "C:\Python25\lib\site-packages\win32\lib\pywintypes.py", line
>98, in __import_pywin32_system_module__
>    ('.dll', 'rb', imp.C_EXTENSION))
>ImportError: DLL load failed: The specified procedure could not be
>found.

If you feel like it, could you do a search for "pythoncom25.dll" and tell
us if more than one was found?

>I know Python 2.5 doesn't load DLL's anymore.

Where did you read that?  It's not true.

>Gabriel, you mean, install pythonwin in another empty directory ans
>see if it works?
>and the queue IS working.

Queue is part of the standard library, not the Win32 extensions, as
Pythoncom is.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list