2004年03月01日 星期一 11:05
小弟使用Tkinter部件时Ctrl-c, Ctrl-v常常不好用,有没有办法用Python编程直接读写剪贴板(clip board)的内容? _________________________________________________________ Do You Yahoo!? 完全免费的雅虎电邮,马上注册获赠额外60兆网络存储空间 http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.mail.yahoo.com
2004年03月01日 星期一 11:37
-----Original Message----- From: CHEN Guang (Oliver) [mailto:oliver_guang_chen at yahoo.com.cn] Sent: 2004年3月1日 11:05 To: python-chinese at lists.python.cn Subject: [python-chinese] è?o?ó?Python2ù×÷??ìù°?(clip board) >小弟使用Tkinter部件时Ctrl-c, >Ctrl-v常常不好用,有没有办法用Python编程直接读写剪贴板(clip board)的内容? 你可以安装Python win32 extension(如果是Active Python发布包的话,那么已经安装了)。然后可以直接调用win32 api去做这件事。详情请参考python win32 extension的文档。 http://starship.python.net/crew/mhammond/win32/Downloads.html
2004年03月01日 星期一 12:29
-----Original Message----- From: CHEN Guang (Oliver) [mailto:oliver_guang_chen at yahoo.com.cn] Sent: 2004年3月1日 12:31 To: python-chinese at lists.python.cn Subject: [python-chinese] è?o?????ìù°?(clip board)?Dμ??úèY?áè?μ?×?・?′?±?á??D£? >小弟的电脑已安装了win32all163。并且在PythonWin环境中编程。 >假如我的剪贴板(clip board)中有如下内容: >"Hello Python, My name is Oliver." >如何用Python编程把它读取到字符串变量中? 请自己阅读win32 extension的文档,在modules里面找win32clipboard模块。
Zeuux © 2024
京ICP备05028076号