> I have patched win32clipboardmodule.cpp to handle CF_ENHMETAFILE and > CF_METAFILE correctly, and to generate an "unimplemented" error > message for > CF_BITMAP and CF_DIB. (my patch is attached to this email). Excellent! Thanks! I have checked that in (with very minor changes - whitespace and the not implemented exception is NotImplementedError rather than win32api.error) Mark.