wxPython and the clipboard
Sounds like a new TV series, doesn't it?
I don't think it's possible to only import clipboard modules from wxPython. Thanks to the wxPython WIKI I can now use basic clipboard features - but I'd like to just import the wxclipboard stuff, rather than the entire 40+ modules that wxPython drags in. And I want this cross-platform, which is why I'm passing on win32clipboard.
Anyone know how to do this?