-
Installation was ok with regular picasa2flickr button.
But does not go further.
It cannot be clicked. Only tooltip shows.
I have no more information. What can I check more?.
2009-01-13 13:23:31 UTC in Picasa to flickr
-
With iriver > PMP series profile, tried 640x480 dimension.
But mencoder get arguments such
mencoder srcfile.avi -o destfile.pmp.avi -ovc xvid -xvidencopts bitrate=1500:max_bframes=0 -oac mp3lame -lameopts mode=0:cbr:br=192 -vf-add scale=320:180,expand=320:240 -vf-add harddup -ofps 29.97 -srate 44100
320x240 is first dimension of PMP series profile.
Other dimensions of 512x384 and 640x480...
2008-02-11 06:41:16 UTC in iriverter
-
The problem is that raw unicode sequence is not a string, as TypeError said. People cannot do anything with output from API, without own handling routine. That's weird.
py3k's default encoding is UTF-8. As python binding, flickrapi can just encode in UTF-8 and nothing trouble.
2007-09-12 16:33:27 UTC in FlickrAPI for Python
-
Following lines of code is working part of my django app;
rsp = _FlickrAPI_instance.photos_search(**opts)
for p in rsp.photos[0].photo:
row = dict([(k.encode(),v) for k,v in p.attrib.items()])
obj = self.model(**row)
This code instantiate a django model for flickr photo.
But...
2007-09-11 19:29:39 UTC in FlickrAPI for Python
-
Eyescrolled tokencache.py but none of clearing method provided.
I've just found when invalid token (don't know why be invalid) cached locally, 98 invalid auth token triggered all the time.
After turning debug level to DEBUG, I finally could cached token is wrong. rm -rf ~/.flickr/* and everthing's ok.
I think it must be helpful to provide clearing method, on case of error.
2007-08-24 16:17:21 UTC in FlickrAPI for Python
-
keizie committed patchset 2 of module gtraymenu to the GTK+ Tray Menu CVS repository, changing 31 files.
2007-02-08 08:39:00 UTC in GTK+ Tray Menu
-
keizie committed patchset 1 of module gtraymenu to the GTK+ Tray Menu CVS repository, changing 31 files.
2007-02-08 08:39:00 UTC in GTK+ Tray Menu
-
keizie registered the GTK+ Tray Menu project.
2006-11-27 14:05:18 UTC in GTK+ Tray Menu