I have encountered this error on my machine also and seen it on another one. The error seems to relate to python2-pillow. The developer website (http://www.photofilmstrip.org/4-0-Download.html) speaks of the outdated PIL. You can install vintage PIL from aur (https://aur.archlinux.org/packages/python2-imaging/). I have tried this and the error was gone. Of course it is not advisable to install such an old package.
Search Criteria
Package Details: photofilmstrip 2.0.0_RC1-1
Package Actions
| Package Base: | photofilmstrip |
|---|---|
| Description: | Creates movies out of pictures using a Ken Burns effect |
| Upstream URL: | http://www.photofilmstrip.org/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | Gnurou |
| Maintainer: | marcoscarpetta |
| Last Packager: | None |
| Votes: | 28 |
| First Submitted: | 2009-12-22 08:24 |
| Last Updated: | 2014-02-16 19:55 |
Dependencies (3)
Required by (0)
Sources
Latest Comments
Comment by ebiadsu
Comment by osc
doesn't work:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/photofilmstrip/gui/PhotoFilmStripList.py", line 111, in OnPaint
bmp = ImageCache().GetThumbBmp(pic)
File "/usr/lib/python2.7/site-packages/photofilmstrip/gui/util/ImageCache.py", line 97, in GetThumbBmp
elif pilImg == -1:
File "/usr/lib/python2.7/site-packages/PIL/Image.py", line 576, in __eq__
a = (self.mode == other.mode)
AttributeError: 'int' object has no attribute 'mode'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/photofilmstrip/gui/PhotoFilmStripList.py", line 85, in __OnThumbReady
self.__UpdateVirtualSize()
File "/usr/lib/python2.7/site-packages/photofilmstrip/gui/PhotoFilmStripList.py", line 288, in __UpdateVirtualSize
bmp = ImageCache().GetThumbBmp(pic)
File "/usr/lib/python2.7/site-packages/photofilmstrip/gui/util/ImageCache.py", line 97, in GetThumbBmp
elif pilImg == -1:
File "/usr/lib/python2.7/site-packages/PIL/Image.py", line 576, in __eq__
a = (self.mode == other.mode)
AttributeError: 'int' object has no attribute 'mode'
Comment by marcoscarpetta
Updated, thank you!
Comment by ebiadsu
Thank you for comitting this package.
To get it to work on my box, I had to install wxpython2.8 and not wxpython. I think the depend variable has to be updated.
Comment by hermes14
Feel free to update with this PKGBUILD:
http://pastebin.com/kTXFKs9d
Comment by cpaulus
Version 2.0.0 was released on 20.11.2013
I updated the pkgbuild and it seems to work :
http://pastebin.com/AcuXuFRb
Comment by FredBezies
Photofilmstrip 1.5.0 was released on 28 november 2011 :
News
2011//11/28
PhotoFilmStrip version 1.5.0 has been released. The image processing is now done by affine transformation which speeds up the rendering process.