在 Python 3.1 版本中访问剪贴板
我想使用 Python 3.1 访问剪贴板。 我显然遇到过 win32clipboard,但它需要 pywin32,并且在其网站中我只找到了 Python 2.13 左右的下载版本。
底线:有没有办法访问 Python 3.1 中的剪贴板,或者我是否必须恢复到旧的 Python 版本?
I want to access the clipboard using Python 3.1. I've obviously come across win32clipboard, but it requires pywin32 and in its site I only found download versions for up to Python 2.13 or so.
Bottom line: Is there a way to access the clipboard in Python 3.1 or do I have to revert to an old Python version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你不需要恢复,这会很奇怪。 转到 http://sourceforge.net/projects/pywin32/files/ 并从那里下载 Python 3.1 的包。
No you don't need to revert, it will be quite strange. Go to http://sourceforge.net/projects/pywin32/files/ and download package for Python 3.1 from there.