<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all<br>
    <br>
    I've bad new after the dist upgrade the CV began to work but pyqt5
    crashed in the import statement<br>
    <i><u><font color="#ff0000" size="-1"><br>
        </font></u><font color="#ff0000" size="-1"><b>Traceback (most
          recent call last):<br>
            File
"/home/josete/PycharmProjects/2014-pfc-JoseAntonio-Fernandez/MapClient/im.py",
          line 7, in <module><br>
              from PyQt5.QtWidgets import *<br>
          ImportError: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version
          `Qt_5' not found (required by
          /usr/local/lib/python3.5/dist-packages/PyQt5/QtWidgets.so)</b></font></i><br>
    <br>
    Anybody can help me? Have everyone working pyqt5 and OpenCV? I've
    not idea what to do now<br>
    <br>
    Thanks<br>
    <br>
    <div class="moz-cite-prefix">El 06/03/17 a las 20:42, Jose Antonio
      escribió:<br>
    </div>
    <blockquote
      cite="mid:24244dcb-8944-1d97-fc34-0b816edcfb3a@gmail.com"
      type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      Oh, thanks<br>
      <br>
      I tried what you said, and this example works! So I suppose the
      problem is in the imshow() function. It's <span class="tag_e"><span
          class="tag_t">annoying but no blocking so go go go.<br>
          <br>
          Thanks<br>
        </span></span><br>
      <div class="moz-cite-prefix">El 06/03/17 a las 18:10, JoseMaria
        Cañas Plaza escribió:<br>
      </div>
      <blockquote
cite="mid:CAEhcfW2jTM7j+tELL4Nb+hHu6M=PTY4Xd3csRiKtQkpZGrFDfw@mail.gmail.com"
        type="cite">
        <pre wrap="">Hi JoseAntonio,

that seems more an OpenCV problem than a JdeRobot one :-)

The "init done opengl support available" are warning messages
according to these webs [1][2]. Try to explore the OpenCV example
demos, like grabcut.py to check that OpenCV is working fine on your
machine.

Cheers,

JoseMaria
[1] <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://answers.opencv.org/question/91423/supressing-init-done-and-opengl-support-available/">http://answers.opencv.org/question/91423/supressing-init-done-and-opengl-support-available/</a>
[2] <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://answers.opencv.org/question/117084/init-done-opengl-support-available/">http://answers.opencv.org/question/117084/init-done-opengl-support-available/</a>

On Sun, Mar 5, 2017 at 6:40 PM, Jose Antonio <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:cbyte18@gmail.com"><cbyte18@gmail.com></a> wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Hi all, I update my situation.

I did a apt-get dist-upgrade and the import problem disappeared. However i
can't do a simple read image and show it.

I do

im = cv2.imread('images/plazaMayor600x600.png');
cv2.imshow('image',im)

And i get

init doneSef
opengl support available

And a window open and close with no error. If i execute from terminal I get
the same problem however produces a crash on ubuntu with more information:

"Segfault happened at 0x7f5fe89fb629 can't access to this direction not
located in a know VMA region

Stack memory exhausted"

Thanks everybody

El 05/03/17 a las 11:16, Jose Antonio escribió:

Hi all,

I've a problem when i do the import in my python code. In this simple line
of code my program crashes:

from cv2 import *

With the following error:

ImportError: /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5: undefined symbol:
_ZN15QStaticTextItem13setFontEngineEP11QFontEngine

I not have idea of what is wrong I installed the jderobot from apt
repositories an it didn't give me any problem


thanks all



_______________________________________________
Jde-developers mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Jde-developers@gsyc.urjc.es">Jde-developers@gsyc.urjc.es</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://gsyc.urjc.es/cgi-bin/mailman/listinfo/jde-developers">https://gsyc.urjc.es/cgi-bin/mailman/listinfo/jde-developers</a>

</pre>
        </blockquote>
        <pre wrap="">

</pre>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>