The Following User Says Thank You to For This Useful Post: | ||
|
2010-08-07
, 07:27
|
Posts: 208 |
Thanked: 220 times |
Joined on Apr 2010
|
#282
|
Open X-Terminal and run this:
Once you get the output you can, of course, paste it here (and wait for the developer to help, I can't help with Alarmed since I can't either get it to work). It might be the same bug what I'm having, see the link.Code:python /opt/alarmed/alarmed.py
PySide linking/compile-time
I, for one, can't confirm that that bug really has been fixed, since I've yet to find out how to update my PySide.
~ $ 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 ~ $
With Linux-powered N900..ANYTHING is possible
|
2010-08-08
, 07:41
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#283
|
You were right I have the same error as from that link
So there is no way to fix it?BummerCode:~ $ 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 ~ $
|
2010-08-09
, 12:17
|
Posts: 187 |
Thanked: 345 times |
Joined on Nov 2009
|
#284
|
The Following User Says Thank You to shapeshifter For This Useful Post: | ||
|
2010-08-09
, 13:01
|
Posts: 208 |
Thanked: 220 times |
Joined on Apr 2010
|
#285
|
With Linux-powered N900..ANYTHING is possible
|
2010-08-09
, 14:12
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#286
|
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/
|
2010-08-10
, 06:30
|
Posts: 187 |
Thanked: 345 times |
Joined on Nov 2009
|
#287
|
|
2010-08-12
, 09:26
|
Posts: 2 |
Thanked: 0 times |
Joined on Aug 2010
|
#288
|
|
2010-08-12
, 09:53
|
Posts: 478 |
Thanked: 101 times |
Joined on Feb 2010
|
#289
|
|
2010-08-12
, 13:16
|
Posts: 7 |
Thanked: 1 time |
Joined on Jul 2010
|
#290
|
does anyone know what command I would need to use in xterm to activate my network connection to say webnwalk or wifi? and then maybe connect to an IM account? is this possable?
I would like to see if I can automatically coonect to a facebook jabber account for say an hour during lunch.
The Following User Says Thank You to zorn For This Useful Post: | ||
PySide linking/compile-time
I, for one, can't confirm that that bug really has been fixed, since I've yet to find out how to update my PySide.