View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#283
Originally Posted by techie View Post
You were right I have the same error as from that link
Code:
~ $ python /opt/alarmed/alarmed.py
:: Starting alarmed GUI
Traceback (most recent call last):
  File "/opt/alarmed/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
ImportError: /usr/lib/python2.5/site-packages/PySide/QtCore.so: undefined symbol: _ZN6PySide18DynamicQMetaObject13createBasedOnEP7_objectP11_typeobjectPK11QMetaObject
~ $
So there is no way to fix it?Bummer
Well it's been fixed but the fix itself is not yet here to be downloaded. I assume it'll arrive in here (note that there's no 0.4.0-1maemo3 yet, which is, in the bug-report, the version that should fix this bug). I'd assume that the .maemo3 would mean maemo3 but apparently not.

EDIT: You can, of course, try to (re-)install the PySide, instructions provided here. If you're going to do it, then please post the results to this thread. I'm going to wait until the file is uploaded to Maemo.org.

Last edited by rantom; 2010-08-08 at 07:45.