[python-uk] Windows Clipboard Module

2016-06-29 Thread John Sampson
On 28/06/2016 18:45, Pete Forman wrote: John Sampson writes: I am using win32clipboard module with Python 2.7 in Windows 7. I have code which uses GetClipboardData() and SetClipboardText(argument). Before running the code I copy text into the Windows clipboard from a proprietary program. I kno

Re: [python-uk] Windows Clipboard Module

2016-06-28 Thread Pete Forman
John Sampson writes: > I am using win32clipboard module with Python 2.7 in Windows 7. I have > code which uses GetClipboardData() and SetClipboardText(argument). > Before running the code I copy text into the Windows clipboard from a > proprietary program. I know that this program adds garbage to

[python-uk] Windows Clipboard Module

2016-06-28 Thread John Sampson
I am using win32clipboard module with Python 2.7 in Windows 7. I have code which uses GetClipboardData() and SetClipboardText(argument). Before running the code I copy text into the Windows clipboard from a proprietary program. I know that this program adds garbage to the end of the string, nam