When I make .EXE kits that require PyWinTypes20.dll I get import
errors. I can fix these errors by renaming PyWinTypes20.dll to
pywintypes20.dll. I'm guessing this is because of the case matching
code in Python20 as import pywintypes is failing.
I'm not sure why this is not a problem whth PyWinTypes20.dll is in
c:\winnt\system32.
Shouldn't the case on the import match the case that you install
the .DLL as?
BArry
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython