maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   witter - a python twitter client (https://talk.maemo.org/showthread.php?t=35596)

hotzigetty 2010-08-13 04:46

Re: witter - a python twitter client
 
Love the new version.. Just realized there's a button on the right to move to the last tweet on the page. And geolocation!!
Request: could we have a button next to the "W" button to turn on/off the geotagging?
Also,is it possible to open witter to the last tweet that was read, rather than the newest one?

Thanks again btw, like i tweeted, it's almost complete!!

ikirk 2010-08-13 13:52

Re: witter - a python twitter client
 
Hi Daniel,

I had the update for witter last night and now I cant run it. :confused:

Have already tried removing all the .witter folders, uninstalling, then re-installing - just cannot get it to run. When I try I get the black screen and timer thing on title bar for 3-4 seconds then it disappears.

Did the run-standalone thing and last line reads this:

File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 41, in <module>
Import Error: No module name location


Any ideas what might be wrong here?

Thanks,
Ian

poka64 2010-08-13 14:34

Re: witter - a python twitter client
 
Quote:

Originally Posted by ikirk (Post 785343)
Hi Daniel,

I had the update for witter last night and now I cant run it. :confused:

Have already tried removing all the .witter folders, uninstalling, then re-installing - just cannot get it to run. When I try I get the black screen and timer thing on title bar for 3-4 seconds then it disappears.

Did the run-standalone thing and last line reads this:

File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 41, in <module>
Import Error: No module name location


Any ideas what might be wrong here?

Thanks,
Ian

the same thing for me too..

benoitstandre 2010-08-13 18:46

Re: witter - a python twitter client
 
Hello everyone

Trying to use the latest version from devel 0.3.6-0 . It keeped loading the timeline when I was starting witter (with the wait little circle continously going round and round), even though it told me I had 200 new tweets and 20 new DM.

I erased all files and folders related to witter (.witter and such), and tried restarting witter without any success. It is still opened, but I can't do anything in it, seems unresponsive (even for minutes). It doesn't even ask me to enter my login and pwd info for identi.ca and/or twitter.

Here is my log:

No config file, prompt for uid / pwd
Failed to establish api for Twitter
Failed to establish api for Twitter
failed to read timeline file
failed to read timeline file
failed to read timeline file
/opt/witter/ui/gtkWitter.py:78: GtkWarning: gtk_container_child_set_property: assertion `child->parent == GTK_WIDGET (container)' failed
self.builder.add_from_file("/usr/share/witter/witter.ui")
UI elements loaded from file
signals connected to buttons
Loading Theme Icons
pixbufs loaded for default theme
defining ui buttons
define portrait keyboard objects
define general window
setting up treeview
adding button to panned area
time to show the window
probably nothing selected
couldn't scroll to item
probably nothing selected
couldn't scroll to item
pixbufs loaded for default theme
pixbufs loaded for default theme
probably nothing selected
couldn't scroll to item
probably nothing selected
couldn't scroll to item
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
end refresh setup
setting never rotate
trigger landscape orientation
Traceback (most recent call last):
File "/opt/witter/witter.py", line 1215, in <module>
app = Witter()
File "/opt/witter/witter.py", line 205, in __init__
self.activeAccount.setProfileInfo()
File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 143, in setProfileInfo
AttributeError: 'NoneType' object has no attribute 'GetUser'

hotzigetty 2010-08-13 20:06

Re: witter - a python twitter client
 
damn.. exact same problem as everyone else!! was working perfectly the whole day.. till ten minutes ago!!

UPDATE: It's working properly again now.. On wifi now, and the problem seemed to be happening only with 2g..

tnhh 2010-08-13 20:11

Re: witter - a python twitter client
 
Quote:

Originally Posted by ikirk (Post 785343)
Did the run-standalone thing and last line reads this:

File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 41, in <module>
Import Error: No module name location


Any ideas what might be wrong here?

There is a missing dependency. You need to do:

Code:

sudo gainroot
apt-get install python-location

I have already opened a bug and Daniel has indicated that it will be fixed in the next version.

CYPHERC 2010-08-14 00:41

Re: witter - a python twitter client
 
Quote:

Originally Posted by nosa101 (Post 589240)
a reboot fixed my virtual keyboard problem

Really? cause mine is not working and i already reboot my phone a lot of times... help?

mr_ian84 2010-08-14 06:38

Re: witter - a python twitter client
 
Quote:

Originally Posted by tnhh (Post 785680)
There is a missing dependency. You need to do:

Code:

sudo gainroot
apt-get install python-location

I have already opened a bug and Daniel has indicated that it will be fixed in the next version.

Yep i can confirm the missing package is the issue. Running the command fixes it.

msaalli 2010-08-14 08:15

Re: witter - a python twitter client
 
Hi Daniel, my witter stopped starting up, I tried the fix of installing the dependency. Now it starts up but doesn't load any tweet and is also unresponsive when active. Thanks.

~ $ run-standalone.sh python2.5 /opt/witter/witter.py
No config file, prompt for uid / pwd
Failed to establish api for Twitter
Failed to establish api for Twitter
failed to read timeline file
failed to read timeline file
failed to read timeline file
/opt/witter/ui/gtkWitter.py:78: GtkWarning: gtk_container_child_set_property: assertion `child->parent == GTK_WIDGET (container)' failed
self.builder.add_from_file("/usr/share/witter/witter.ui")
UI elements loaded from file
signals connected to buttons
Loading Theme Icons
pixbufs loaded for default theme
defining ui buttons
define portrait keyboard objects
define general window
setting up treeview
adding button to panned area
time to show the window
probably nothing selected
couldn't scroll to item
probably nothing selected
couldn't scroll to item
pixbufs loaded for default theme
pixbufs loaded for default theme
probably nothing selected
couldn't scroll to item
probably nothing selected
couldn't scroll to item
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
end refresh setup
setting never rotate
trigger landscape orientation
Traceback (most recent call last):
File "/opt/witter/witter.py", line 1215, in <module>
app = Witter()
File "/opt/witter/witter.py", line 205, in __init__
self.activeAccount.setProfileInfo()
File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 143, in setProfileInfo
AttributeError: 'NoneType' object has no attribute 'GetUser'
quitting
lat = 39.400000, long = 0.000000
^C~ $

poka64 2010-08-14 08:30

Re: witter - a python twitter client
 
Geolocation seems to be a bit broken..

When I tried it was like 200km off my current position :(


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

vBulletin® Version 3.8.8