It can be pasted into MS Paint/MS Word from either PyWin32 or PyQt4. I'd like to do it without PIL, wx or additional libraries, although I could consider any pure-python or win32 wrapper methods. Note i'm after the file contents, not the file name.
The code below runs, but for *2 functions: paste option is greyed out in MS Word/MS Paint
for the *1 functions: the PNG succeeds, but the EMF does not, instead in MS Paint it returns "Error getting the Clipboard Data!" and in MS Word, the Paste button is enabled but nothing happens on clicking, and in "Paste Special", " Device Independant Bitmap" is visible in the list, but again nothing happens on clicking.
Martin