maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [maemo5] Qlister - Simple shopping list application (https://talk.maemo.org/showthread.php?t=52113)

lubabula 2010-06-06 16:39

Re: [maemo5] Qlister - Simple shopping list application
 
Hmm, for some odd reason this app doesent work for me. when i click on icon it loads but then returns to desktop. Ive rebooted n900 couple times but nothing happens.

El Amir 2010-06-06 16:42

Re: [maemo5] Qlister - Simple shopping list application
 
Quote:

Originally Posted by lubabula (Post 702428)
Hmm, for some odd reason this app doesent work for me. when i click on icon it loads but then returns to desktop. Ive rebooted n900 couple times but nothing happens.

Exact same problem here :(

mece 2010-06-06 17:02

Re: [maemo5] Qlister - Simple shopping list application
 
Quote:

Originally Posted by lubabula (Post 702428)
Hmm, for some odd reason this app doesent work for me. when i click on icon it loads but then returns to desktop. Ive rebooted n900 couple times but nothing happens.

could you run /usr/bin/qlister.sh from xterm and paste the output here?

lubabula 2010-06-06 17:07

Re: [maemo5] Qlister - Simple shopping list application
 
Nokia-N900-02-8:~# /usr/bin/qlister.sh
Unsupported date format character at 1 (%-d.%-m.)
Traceback (most recent call last):
File "qlister.py", line 151, in <module>
w = MyMainWindow()
File "qlister.py", line 23, in __init__
self.setAttribute(Qt.WA_Maemo5StackedWindow)
AttributeError: type object 'Qt' has no attribute 'WA_Maemo5StackedWindow'
Nokia-N900-02-8:~#

mece 2010-06-06 17:21

Re: [maemo5] Qlister - Simple shopping list application
 
Quote:

Originally Posted by lubabula (Post 702457)
Nokia-N900-02-8:~# /usr/bin/qlister.sh
Unsupported date format character at 1 (%-d.%-m.)
Traceback (most recent call last):
File "qlister.py", line 151, in <module>
w = MyMainWindow()
File "qlister.py", line 23, in __init__
self.setAttribute(Qt.WA_Maemo5StackedWindow)
AttributeError: type object 'Qt' has no attribute 'WA_Maemo5StackedWindow'
Nokia-N900-02-8:~#

thanks, could you run it as user and not root, just to see if it's different.

lubabula 2010-06-06 17:29

Re: [maemo5] Qlister - Simple shopping list application
 
sure. here:

~ $ /usr/bin/qlister.sh
Unsupported date format character at 1 (%-d.%-m.)
Traceback (most recent call last):
File "qlister.py", line 151, in <module>
w = MyMainWindow()
File "qlister.py", line 23, in __init__
self.setAttribute(Qt.WA_Maemo5StackedWindow)
AttributeError: type object 'Qt' has no attribute 'WA_Maemo5StackedWindow'
~ $

El Amir 2010-06-06 17:33

Re: [maemo5] Qlister - Simple shopping list application
 
Quote:

Originally Posted by mece (Post 702454)
could you run /usr/bin/qlister.sh from xterm and paste the output here?

Sure, here you go:

~ $ /usr/bin/qlister.sh
Traceback (most recent call last):
File "qlister.py", line 151, in <module>
w = MyMainWindow()
File "qlister.py", line 23, in __init__
self.setAttribute(Qt.WA_Maemo5StackedWindow)
AttributeError: type object 'Qt' has no attribute 'WA_Maemo5StackedWindow'
~ $

generationally 2010-06-06 18:18

Re: [maemo5] Qlister - Simple shopping list application
 
The app starts fine for me but pressing the Edit button doesn't do anything. Terminal output when pressing the Edit button is:

$ qlister.sh
Traceback (most recent call last):
File "qlister.py", line 41, in editPushed
a = EditWindow(self)
File "qlister.py", line 120, in __init__
scroller = self.editarea.property("kineticScroller").toPyObje ct()
TypeError: unable to convert a C++ 'QAbstractKineticScroller*' instance to a Python object

mece 2010-06-06 18:18

Re: [maemo5] Qlister - Simple shopping list application
 
Quote:

Originally Posted by El Amir (Post 702494)
Sure, here you go:

~ $ /usr/bin/qlister.sh
Traceback (most recent call last):
File "qlister.py", line 151, in <module>
w = MyMainWindow()
File "qlister.py", line 23, in __init__
self.setAttribute(Qt.WA_Maemo5StackedWindow)
AttributeError: type object 'Qt' has no attribute 'WA_Maemo5StackedWindow'
~ $

thanks a bunch. could you do a
dpkg -l python2.5-qt4-core

and tell me what version you are running. I have 4.7.3-maemo5.

mece 2010-06-06 19:46

Re: [maemo5] Qlister - Simple shopping list application
 
Quote:

Originally Posted by generationally (Post 702541)
The app starts fine for me but pressing the Edit button doesn't do anything.
...

Could you tell me what version of pyqt you're running?
type
dpkg -l python2.5-qt4-core
in xterm to find out. should start with 4.7


All times are GMT. The time now is 20:16.

vBulletin® Version 3.8.8