Lewis Pusey wrote:
> Weh trying to run pythonwin in windows 7 64 I get "program cannot
> start because of missing MFCC71.DLL" error.
> I tried reinstalling pythonwin after addingy the DLL to my system 32
> folder but am still getting the same error.
> I wondered if anyone one the board would know what the fix might be?

If you are running the 32-bit Pythonwin, then you need to add the 32-bit
MFC71.DLL to the \Windows\SysWow64 folder, not System32.

Yes, 64-bit things go in System32, and 32-bit things go in SysWow64. 
Believe it or not.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to