Closed GoogleCodeExporter closed 9 years ago
Windows DLL search path
http://msdn.microsoft.com/en-us/library/7d83bc18%28VS.80%29.aspx checks the
directory
where the executable module for the current process is located first. To avoid
conflicts, pywintypes25.dll and pythoncom25.dll were copied to the MetaGETA
%PYTHONHOME% folder (and to %PYTHONHOME%\Lib\site-packages\pythonwin though this
should probably be left out of the download archive)
Original comment by pinner.luke@gmail.com
on 12 Feb 2010 at 5:51
This issue was updated by revision r198.
import pywintypes & pythoncom before any other win32 import so the correct dlls
get loaded as per -
http://www.voidspace.org.uk/python/movpy/reference/win32ext.html
Original comment by pinner.luke@gmail.com
on 12 Feb 2010 at 6:14
This issue was updated by revision r199.
Backporting changes related to Issue 9 from trunk to 1.2
Original comment by pinner.luke@gmail.com
on 15 Feb 2010 at 12:21
Original issue reported on code.google.com by
pinner.luke@gmail.com
on 12 Feb 2010 at 1:10