wxTheClipboard problem, IDLE vs PythonWin

Tom B. sbabbitt at commspeed.net
Sat Aug 28 11:22:41 EDT 2004


"Tim Rice" <timrice at nospam-gmail.com> wrote in message news:bp-dnYrA8b_ttq3cRVn-hA at adelphia.com...
> I have a need to write data to the Windows clipboard from a Python script.
> I found a nice, simple solution @
> http://wiki.wxpython.org/index.cgi/ClipBoard.  The problem is, I can only
> get it to work from within the PythonWin and SPE IDE's.  I get errors if I
> try to run the exact same code from the command line or via IDLE's
> interactive shell.  I can't figure it out.  Any ideas?  Possibly something
> missing from my PYTHONPATH environment variable?

Idle is incompatible with wxPython, what I do when I work in Idle is just double click on the file to open it (don't use the run menu unless you have an error to look up). A programming tool I have found useful with wxPython is Leo (A literate programming tool) found at http://personalpages.tds.net/~edream/front.html


Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040828/1d4951e9/attachment.html>


More information about the Python-list mailing list