Every time that start the program in console appear this message "Python Imaging Library is missing", and I can't open or add files... I have installed python2-pillow 2.2.2-1, my system is Manjaro 0.88 x64, complete error:
Traceback (most recent call last):
File "/usr/bin/macrofusion", line 411, in ajout
FenOuv=Fenetre_Ouvrir(self.liststoreimport,1)
File "/usr/bin/macrofusion", line 707, in init
Gui.put_files_to_the_list(self.fichiers)
File "/usr/bin/macrofusion", line 647, in put_files_to_the_list
im = self.pixbuf2Image(pb)
File "/usr/bin/macrofusion", line 637, in pixbuf2Image
return Image.fromstring("RGB",(width,height),pb.get_pixels() )
NameError: global name 'Image' is not defined
Last edit: Jose Manuel Perdomo 2014-01-05
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-04-07
Post awaiting moderation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Every time that start the program in console appear this message "Python Imaging Library is missing", and I can't open or add files... I have installed python2-pillow 2.2.2-1, my system is Manjaro 0.88 x64, complete error:
Traceback (most recent call last):
File "/usr/bin/macrofusion", line 411, in ajout
FenOuv=Fenetre_Ouvrir(self.liststoreimport,1)
File "/usr/bin/macrofusion", line 707, in init
Gui.put_files_to_the_list(self.fichiers)
File "/usr/bin/macrofusion", line 647, in put_files_to_the_list
im = self.pixbuf2Image(pb)
File "/usr/bin/macrofusion", line 637, in pixbuf2Image
return Image.fromstring("RGB",(width,height),pb.get_pixels() )
NameError: global name 'Image' is not defined
Last edit: Jose Manuel Perdomo 2014-01-05