Re: [PyQt] Error in libQtGui.so.4

2011-08-22 Thread Vincent Vande Vyvre
Le 22/08/11 11:46, Vincent Vande Vyvre a écrit : Le 22/08/11 11:29, Jonathan Riddell a écrit : On 22 August 2011 10:13, Vincent Vande Vyvre wrote: from PyQt4 import QtCore, QtGui ImportError: /usr/lib/libQtGui.so.4: undefined symbol:

Re: [PyQt] Error in libQtGui.so.4

2011-08-22 Thread Vincent Vande Vyvre
Le 22/08/11 11:29, Jonathan Riddell a écrit : On 22 August 2011 10:13, Vincent Vande Vyvre wrote: from PyQt4 import QtCore, QtGui ImportError: /usr/lib/libQtGui.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv Hmm, I thought that

[PyQt] Error in libQtGui.so.4

2011-08-22 Thread Vincent Vande Vyvre
Hi, I encounter this problem on Linux Ubuntu from PyQt4 import QtCore, QtGui ImportError: /usr/lib/libQtGui.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv I guess the problem is in the debian package