0

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?

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Gosh, I actually missed the 3.1 link when I looked! Thanks! =)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.