Kurt Munson wrote:
> Thanks for the suggestion - deleting the \win32com\gen_py .py and .pyc files 
> solved the problem!

No, not really.  What you did was HIDE the problem.  The PROBLEM is that
you are simply using the wrong name for that property.  The property
name is "Visible" with a capital V, and it always has been.  You have
been relying on the case-insensitivity that dynamic dispatch provides. 
In my opinion, that's a dangerous practice, and your experience here
shows why.

-- 
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