<div dir="auto">Let's continue this conversation on my other message related to this in the pyqt mailing list. Also, make sure you don't open the viewer till you've closed the app... In fact, you don't even need a clip viewer, the information won't be copied properly. Did you check on win7 or higher?<div dir="auto"><br></div><div dir="auto">Thanks</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mar., 18 jun. 2019 15:58, Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 14/06/2019 12:13, Scener Spanish wrote:<br>
> I forgot to add the line `w.selectAll()` after w.show() in my previous<br>
> snippet... btw, it'd be great having a github repo to report<br>
> pyqt/qscintilla issues... mailing lists<br>
> was a good thing in the 90s, not anymore ;D<br>
> <br>
> On Fri, Jun 14, 2019 at 1:05 PM Scener Spanish <<a href="mailto:spscener84@gmail.com" target="_blank" rel="noreferrer">spscener84@gmail.com</a>> <br>
> wrote:<br>
> <br>
>> Hi, consider this snippet:<br>
>> <br>
>> from PyQt5.Qt import *<br>
>> from PyQt5.Qsci import QsciScintilla<br>
>> <br>
>> <br>
>> if __name__ == '__main__':<br>
>>     app = QApplication([])<br>
>>     w = QsciScintilla()<br>
>>     w.setText("hello world")<br>
>>     w.show()<br>
>>     app.exec_()<br>
>> <br>
>> *Test1) *Run it, press ctrl+c, close the window and then open your <br>
>> system<br>
>> clipboard viewer... for some reason on windows7 the is broken, you'll<br>
>> binary content --> this<br>
>> <<a href="https://dl.dropboxusercontent.com/s/gtf9cgg1cygbre4/clipbrd_2019-06-14_12-56-37.png" rel="noreferrer noreferrer" target="_blank">https://dl.dropboxusercontent.com/s/gtf9cgg1cygbre4/clipbrd_2019-06-14_12-56-37.png</a>> <br>
>> . That<br>
>> means you won't be able to paste the content on a text editor.<br>
>> <br>
>> *Test2) *Run it, press ctrl+c and then open your system clipboard <br>
>> viewer,<br>
>> in this case you'll be able to see the copied content correctly, like <br>
>> this<br>
>> <<a href="https://dl.dropboxusercontent.com/s/8xq5riznnxs07cg/clipbrd_2019-06-14_12-59-06.png" rel="noreferrer noreferrer" target="_blank">https://dl.dropboxusercontent.com/s/8xq5riznnxs07cg/clipbrd_2019-06-14_12-59-06.png</a>><br>
>> .<br>
>> <br>
>> This issue has really annoyed me in the past many times but I didn't <br>
>> know<br>
>> how to reproduce it or what was the reason why the content I'd copied <br>
>> from<br>
>> my app couldn't be pasted anymore<br>
>> <br>
>> *Requirements:*<br>
>> <br>
>> windows 7 ultimate<br>
>> Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 <br>
>> bit<br>
>> (Intel)] on win32<br>
>> <br>
>> QScintilla==2.11.2.dev1905151033<br>
>> PyQt5==5.12.2<br>
>> PyQt5-sip==4.19.17<br>
<br>
There is no system clipboard viewer on Windows. With...<br>
<br>
<a href="http://www.freeclipboardviewer.com" rel="noreferrer noreferrer" target="_blank">http://www.freeclipboardviewer.com</a><br>
<br>
...it seems to work fine.<br>
<br>
Phil<br>
</blockquote></div>