<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 25, 2018 at 4:39 AM, hjm <span dir="ltr"><<a href="mailto:hjm@pmeonline.net" target="_blank">hjm@pmeonline.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm runinng into a crash while doing Drag & Drop in QTreeView. If I drop over a root item I get the following messages:<br>
<br>
failed to initialize logger<br>
ZMQ_EVENT_CONNECT_DELAYED<br>
ZMQ_EVENT_CONNECTED<br>
ZMQ_EVENT_CONNECT_DELAYED<br>
ZMQ_EVENT_CONNECTED<br>
ZMQ_EVENT_CONNECT_DELAYED<br>
ZMQ_EVENT_CONNECTED<br>
<br>
If I drop on same level or below, it works.<br>
<br>
System Windows 7, python 3.6, pyqt 5.9, development with pyCharm 2017.3.<br>
<br>
Can someone explain the messages or behavior. I have actually no idea where to search.<br>
<br>
Thanks, Hans
</blockquote></div><br><br></div><div class="gmail_extra">Where are the ZeroMQ (ZMQ) messages going (when successful)? The errors are definitely coming from ZeroMQ.Do you get any messages received on the other end of the message queue when this happens? It sounds like ZMQ isn't fully initialized or ready to send & receive at that point in your code. My small amount of experience with ZMQ found it to be relatively easy to set up and use. I'd suggest checking whatever is on the other end of the line. <br><br></div><div class="gmail_extra">-Scott<br></div></div>