View Single Post
dwould's Avatar
Posts: 529 | Thanked: 262 times | Joined on Dec 2008 @ Eastleigh, Hampshire, UK
#493
Originally Posted by Laughing Man View Post
I'm having trouble myself..

Code:
$ run-standalone.sh python2.5 /opt/witter/witter.py
no service setting
No more users to load
Establishing api for Twitter using basic auth
Connection working ok
Failed to load cached timeline
Failed to load cached timeline
Traceback (most recent call last):
  File "/opt/witter/witter.py", line 1148, in <module>
    app = Witter()
  File "/opt/witter/witter.py", line 171, in __init__
    self.activeAccount.dmstore = self.reload_timeline_data('/home/user/.witterdm',self.activeAccount.getDmsList())
  File "/opt/witter/witter.py", line 644, in reload_timeline_data
    tweetstore.append([senderName,senderId,tweet,"",tweet_long_id,type,createdAt,replyTo,source,avatar,formattedTweet])
UnboundLocalError: local variable 'avatar' referenced before assignment
what version. I'' pretty sure i fixed that in -10. but I may have messed up and not promoted that version to testing. I will fix the current missing dependancy, and push that verison up to testing to get both issues resolved
__________________
----------
N900
http://danielwould.wordpress.com
Check out Witter, a twitter client for N900
http://danielwould.wordpress.com/witter

If Witter isn't working for you, eg crashes/doesn't start, gives errors etc etc. Please run it from x-term using:
run-standalone.sh python2.5 /opt/witter/witter.py

This will generate diagnostic output. Without this I cannot help you.

Last edited by dwould; 2010-06-04 at 18:49.