View Single Post
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#311
Originally Posted by shapeshifter View Post
So according to Luciano Wolf the version 0.4.0-1maemo3 should have fixed the problem. There's already a slightly newer build than that in extras-devel:

pyside-qt4 0.4.0-1maemo4

I recommend you install that one, it should hopefully make the error go away. Make sure you're not installing the "pyside" package. That one is totally outdated and irrelevant. I wished the pyside packages weren't such a mess. You need pyside-qt4, not pyside. And you want this:

http://maemo.org/packages/view/pyside-qt4/

and not this (which is just the maemo5 module of Qt, not the complete bindings):

http://maemo.org/packages/view/pyside-qt4-maemo5/
I'm having this problem too. I've tried installing pyside-qt4 0.4.0-1maemo4 as per recomendation, and also a newer version (0.4.1-1maemo2) which I think has been made available since your post...

Code:
/opt/alarmed $ ./alarmed.py 
:: Starting alarmed GUI
Traceback (most recent call last):
  File "./alarmed.py", line 91, in <module>
    import alarmed_gui
  File "/opt/alarmed/alarmed_gui.py", line 9, in <module>
    from PySide import QtCore, QtGui, QtMaemo5
  File "/usr/lib/python2.5/site-packages/PySide/__init__.py", line 2, in <module>
    import private
  File "/usr/lib/python2.5/site-packages/PySide/private.py", line 2, in <module>
    from QtCore import __moduleShutdown
ImportError: /usr/lib/python2.5/site-packages/PySide/QtCore.so: undefined symbol: _ZN6PySide14signal_connectEP7_objectPKcS1_
Any help greatly appreciated
__________________
May the source be with you.