maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] GRead : yet another Google Reader application... (PyQt) (https://talk.maemo.org/showthread.php?t=60564)

grog 2010-09-13 17:37

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
Quote:

Originally Posted by Twidi (Post 815039)
If you can copy/paste here the ZOOMEKEYS ERROR line, it will be helpfull

Code:

$ python ./GRead/src/gread.py
Traceback (most recent call last):
  File "./GRead/src/gread.py", line 7, in <module>
    from views.maemo5.controller import Controller
  File "/home/user/MyDocs/Gread/src/views/maemo5/controller.py", line 15, in <module>
    from views.maemo5.itemview import ItemViewView
  File "/home/user/MyDocs/Gread/src/views/maemo5/itemview.py", line 19, in <module>
    sys.stderr.write("ZOOMKEYS ERROR : %s" % e)
NameError: name 'sys' is not defined

HTH

fpp 2010-09-13 17:43

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
That one looks easy to solve :-)

Twidi 2010-09-13 18:32

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
argh so sorry ! i'll correct it just now on the train, with my n900 of course.

Twidi 2010-09-13 18:34

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
it was sone before my message was posted here... thanks to 2G :)

you can try again if you want :)

fpp 2010-09-13 20:27

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
OK it works now, here is the exception trapped at startup :

Quote:

MyDocs/DropN900/N900/gread2/src $ py gread.py
ZOOMKEYS ERROR : /home/user/MyDocs/DropN900/N900/gread2/src/views/maemo5/utils/zoomkeys.so: failed to map segment from shared object: Operation not permitted[op-error]

grog 2010-09-13 20:31

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
Quote:

Originally Posted by fpp (Post 815199)
OK it works now, here is the exception trapped at startup :

Same error here

Twidi 2010-09-13 20:56

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
Ouch, not so trivial !

Could you please try to "install" GRead inside /opt in a tmp directory (not GRead, try "GRead-dev") and run it from here :
  • from where you want by launching "/opt/GRead-dev/src/gread.py"
  • from the src directory itself by launching "./gread.py"

Thanks for your help !

PS : don't copy from your "MyDocs" directory, some permissions may not be goot

(i know you might be root to do so but it's the only for me to know if it's what i think)

Tranquility 2010-09-13 21:30

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
Great, after starting it out of /opt everything works as expected.
But I just cloned the git repo. So the the directory name is GRead.

Twidi 2010-09-13 21:49

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
Ok great !! Maybe when GRead will be installable from extra-devel you should delete your directory before

But is great ! Now i know we can't call .so file from "noexec" partitions :)

Twidi 2010-09-13 23:37

Re: [Announce] GRead : yet another Google Reader application... (PyQt)
 
I just made some UI enhancement in lists :
  • no more horizontal scroll
  • each titles can be displayed on two lines if needed
  • in main label/feeds list, the unread count is in reversed colors, and the feed title can not be printed over it
  • in items lists for special feeds/labels, the label name is now right aligned (to let the item's title use two lines if needed), and is displayed in reversed colors

It looks really better with these little improvements. I hope you'll like it.


All times are GMT. The time now is 12:09.

vBulletin® Version 3.8.8