Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4581980 By: nicooo
I'm doing COM programming and use the MakePy utility on Windows (PythonWin Editor --> tool). Based on the article http://www.oreilly.de/catalog/pythonwin32/chapter/, I'm trying to have context help on a COM object. For example: import win32com.client xl=win32com.client.Dispatch("Excel.Application") xl.Visible=1 x1.<CTRL-Space for help> Any idea? Thanks, Nicolas ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
