<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Integration of PyQt/PySide issue' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Integration of PyQt/PySide issue' posted on the 'LINUX programming' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 20:19:56 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 20:19:56 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Integration of PyQt/PySide issue</title>
      <link>http://www.programmersheaven.com/mb/Linux/431052/431052/integration-of-pyqtpyside-issue/</link>
      <description>There is an application (Salome) that includes interpretor Python and Qt and PyQt libs.&lt;br /&gt;
 Also there is a module for this application written on Python.&lt;br /&gt;
 Specially for this module we need to include additional version of PyQt or PySide that will be distributed with our module.&lt;br /&gt;
 It doesn’t really matter whether it will be PyQt (commercial, modified with the help of Vendor ID utility) or PySide.&lt;br /&gt;
&lt;br /&gt;
 The problem is when i try to load any of those libs in Salome, i get the next import error message.&lt;br /&gt;
 PyQt: undefined symbol: _ZN10QTableView13doItemsLayoutEv&lt;br /&gt;
 PySide: undefined symbol: _ZN9QMetaType15registerTypedefEPKci &lt;br /&gt;
&lt;br /&gt;
 When importing those modules the same way in test script and running it through interpretor installed in the system everything is working fine.&lt;br /&gt;
&lt;br /&gt;
 Also we tried to recompile the Python 2.6.6 and rebuild PyQt/PySide, but got the same errors.&lt;br /&gt;
&lt;br /&gt;
 Please advise what can cause such problem and how can it be solved.&lt;br /&gt;
&lt;br /&gt;
 P.S: in case with integration of PySide there is another problem: PySide is referring to a lib that has to be located in the system folder&lt;br /&gt;
 /usr/lib/i386-linux-gnu/libpyside-python2.7.so, while in our case all paths should be relative. &lt;br /&gt;
&lt;br /&gt;
 Any help or advice will be appreciated!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Linux/431052/431052/integration-of-pyqtpyside-issue/</guid>
      <pubDate>Wed, 23 Jan 2013 01:23:47 -0700</pubDate>
      <category>LINUX programming</category>
    </item>
  </channel>
</rss>