Gabriel, thanks for the reply. The error is that the DLL can not be found. I 
think the reason is that the pyd files from pywin32 do not use the 
python.exe directory. Instead, they expect pywintypes24.dll on the path.

"Gabriel Genellina" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> En Thu, 12 Apr 2007 19:02:53 -0300, Jack <[EMAIL PROTECTED]> escribió:
>
>> It seems that pywintypes24.dll and pythoncom24.dll have to be in
>> C:\Windows\System32 directory. Otherwise I get an error.
>>  Any way to get around that?
>
> Both are part of the pywin32 extensions, better ask on the python-win32 
> list:
> http://mail.python.org/mailman/listinfo/python-win32
>
> You don't say which error you got, but abusing again my crystall ball, try 
> this:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsetup/html/dlldanger1.asp
>
> -- 
> Gabriel Genellina
> 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to