I solved it. I had left out the "from cPicke import ..." line in the new
file. I would have expected to get an undefined on those functions, but I
guess they exist somewhere else.
--
View this message in context:
http://python.6.n6.nabble.com/PyQt-Drag-and-Drop-tp4646202p4661198.html
Sent from
Now I am looking at the code posted here.
http://www.mail-archive.com/pyqt@riverbankcomputing.com/msg17197.html
It works fine as is on my PC, but I am having trouble learning how to debug
signals that don't happen.
This may be a namespace problem that I don't understand, but I wanted to
separate