The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3788025:

I believe the issue would be that in the code-completion shell pydev won\'t add 
the clr.AddReference you pointed, only for System.Windows.Automation. 

You might be able to workaround it by adding those clr.AddReference calls 
manually at plugins/org.python.pydev/PySrc/importsTipper.py right after 

if sys.platform == \'cli\':
....import clr 
....clr.AddReference(\'UIAutomationClient\') 
....clr.AddReference(\'UIAutomationTypes\') 

Cheers,

Fabio

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to