Custom Python Runtime

Jack nospam at invalid.com
Thu Apr 12 22:28:10 EDT 2007


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" <gagsl-py2 at yahoo.com.ar> wrote in message 
news:mailman.6433.1176418692.32031.python-list at python.org...
> En Thu, 12 Apr 2007 19:02:53 -0300, Jack <nospam at invalid.com> 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
> 





More information about the Python-list mailing list