Re: [PyQt] PyQt Drag and Drop

2012-03-27 Thread hosscomp
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

[PyQt] PyQt Drag and Drop

2012-03-22 Thread Shoemaker, Ronnie A (N-UNITED SPACE ALLIANCE, LLC)
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