FreeBSD Bugzilla – Attachment 177449 Details for
Bug 214880
deskutils/gourmet: Unable to edit or add recipes.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Python back-trace after invocation as unprivileged user.
invocation+edit (text/plain), 95.01 KB, created by
rhs
on 2016-11-27 14:26:51 UTC
(
hide
)
Description:
Python back-trace after invocation as unprivileged user.
Filename:
MIME Type:
Creator:
rhs
Created:
2016-11-27 14:26:51 UTC
Size:
95.01 KB
patch
obsolete
>$ gourmet >No gst player >No windows player >WARNING: Plugin module import failed >PATH: ['/usr/local/lib/python2.7/site-packages/', '/usr/local/bin', '/usr/local/lib/python27.zip', '/usr/local/lib/python2.7', '/usr/local/lib/python2.7/plat-freebsd11', '/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old', '/usr/local/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/site-packages', '/usr/local/lib/python2.7/site-packages', '/usr/local/lib/python2.7/site-packages/gtk-2.0', '/usr/local/share/gourmet/plugins', '/usr/local/lib/python2.7/site-packages/gourmet/plugins', '/usr/local/lib/python2.7/site-packages/gourmet/plugins/import_export'] >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 259, in get_module > self._loaded = __import__(self.module) > File "/usr/local/lib/python2.7/site-packages/gourmet/plugins/spellcheck/__init__.py", line 1, in <module> > import reccard_spellcheck_plugin > File "/usr/local/lib/python2.7/site-packages/gourmet/plugins/spellcheck/reccard_spellcheck_plugin.py", line 1, in <module> > import gtk, gtkspell >ImportError: No module named gtkspell >WARNING: Failed to load plugin spellcheck >ERROR:root: >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 93, in load_active_plugins > self.active_plugins.extend(self.available_plugin_sets[p].plugins) > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 272, in __getattr__ > if attr == 'plugins': return self.get_plugins() > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 278, in get_plugins > return self.get_module().plugins >AttributeError: 'NoneType' object has no attribute 'plugins' >WARNING: Plugin module import failed >PATH: ['/usr/local/lib/python2.7/site-packages/', '/usr/local/bin', '/usr/local/lib/python27.zip', '/usr/local/lib/python2.7', '/usr/local/lib/python2.7/plat-freebsd11', '/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old', '/usr/local/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/site-packages', '/usr/local/lib/python2.7/site-packages', '/usr/local/lib/python2.7/site-packages/gtk-2.0', '/usr/local/share/gourmet/plugins', '/usr/local/lib/python2.7/site-packages/gourmet/plugins', '/usr/local/lib/python2.7/site-packages/gourmet/plugins/import_export', '/usr/local/share/gourmet/plugins/import_export'] >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 259, in get_module > self._loaded = __import__(self.module) > File "/usr/local/lib/python2.7/site-packages/gourmet/plugins/import_export/web_import_plugin/__init__.py", line 1, in <module> > import generic_web_importer_plugin > File "/usr/local/lib/python2.7/site-packages/gourmet/plugins/import_export/web_import_plugin/generic_web_importer_plugin.py", line 3, in <module> > import webpage_importer > File "/usr/local/lib/python2.7/site-packages/gourmet/plugins/import_export/web_import_plugin/webpage_importer.py", line 2, in <module> > import BeautifulSoup >ImportError: No module named BeautifulSoup >WARNING: Failed to load plugin web_import_plugin >ERROR:root: >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 93, in load_active_plugins > self.active_plugins.extend(self.available_plugin_sets[p].plugins) > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 272, in __getattr__ > if attr == 'plugins': return self.get_plugins() > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 278, in get_plugins > return self.get_module().plugins >AttributeError: 'NoneType' object has no attribute 'plugins' >WARNING: Plugin module import failed >PATH: ['/usr/local/lib/python2.7/site-packages/', '/usr/local/bin', '/usr/local/lib/python27.zip', '/usr/local/lib/python2.7', '/usr/local/lib/python2.7/plat-freebsd11', '/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old', '/usr/local/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/site-packages', '/usr/local/lib/python2.7/site-packages', '/usr/local/lib/python2.7/site-packages/gtk-2.0', '/usr/local/share/gourmet/plugins', '/usr/local/lib/python2.7/site-packages/gourmet/plugins', '/usr/local/lib/python2.7/site-packages/gourmet/plugins/import_export', '/usr/local/share/gourmet/plugins/import_export'] >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 259, in get_module > self._loaded = __import__(self.module) > File "/usr/local/lib/python2.7/site-packages/gourmet/plugins/import_export/mycookbook_plugin/__init__.py", line 2, in <module> > import mycookbook_importer_plugin > File "/usr/local/lib/python2.7/site-packages/gourmet/plugins/import_export/mycookbook_plugin/mycookbook_importer_plugin.py", line 7, in <module> > from lxml import etree >ImportError: No module named lxml >WARNING: Failed to load plugin mycookbook_plugin >ERROR:root: >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 93, in load_active_plugins > self.active_plugins.extend(self.available_plugin_sets[p].plugins) > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 272, in __getattr__ > if attr == 'plugins': return self.get_plugins() > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin_loader.py", line 278, in get_plugins > return self.get_module().plugins >AttributeError: 'NoneType' object has no attribute 'plugins' >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. > >=============================manual edit (preceeding is invocation from user:sh)======================== > >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 172, in __init__ > self.set_value(value) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 181, in set_value > self.stars.get_pixbuf(value,self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 383, in cell_data_func > pb = self.star_generator.get_pixbuf(int(val),self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. > >==================================manual edit (preceeding is 'open first recipie')==================== > >/usr/local/lib/python2.7/site-packages/gourmet/reccard.py:976: GtkWarning: UnitConverter: missing action UnitConverter > main_vb.pack_start(self.ui_manager.get_widget('/RecipeEditorMenuBar'),expand=False,fill=False) >/usr/local/lib/python2.7/site-packages/gourmet/reccard.py:976: GtkWarning: Undo: missing action Undo > main_vb.pack_start(self.ui_manager.get_widget('/RecipeEditorMenuBar'),expand=False,fill=False) >/usr/local/lib/python2.7/site-packages/gourmet/reccard.py:976: GtkWarning: Redo: missing action Redo > main_vb.pack_start(self.ui_manager.get_widget('/RecipeEditorMenuBar'),expand=False,fill=False) >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 242, in __init__ > self.image = StarImage(star_gen, value=start_value, upper=upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 172, in __init__ > self.set_value(value) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 181, in set_value > self.stars.get_pixbuf(value,self.upper) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 80, in get_pixbuf > pb=self.get_pixbuf_from_image(img) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 138, in get_pixbuf_from_image > image.tostring(), > File "/usr/local/lib/python2.7/site-packages/PIL/Image.py", line 695, in tostring > "Please call tobytes() instead.") >Exception: tostring() has been removed. Please call tobytes() instead. >Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/gourmet/reccard.py", line 253, in <lambda> > 'edit_details': lambda *args: self.reccard.show_edit(module='description'), > File "/usr/local/lib/python2.7/site-packages/gourmet/reccard.py", line 104, in show_edit > self.recipe_editor = RecEditor(self, self.rg,self.current_rec,new=self.new) > File "/usr/local/lib/python2.7/site-packages/gourmet/reccard.py", line 848, in __init__ > self.setup_modules() > File "/usr/local/lib/python2.7/site-packages/gourmet/reccard.py", line 911, in setup_modules > instance = klass(self) > File "/usr/local/lib/python2.7/site-packages/gourmet/reccard.py", line 1358, in __init__ > RecEditorModule.__init__(self, *args) > File "/usr/local/lib/python2.7/site-packages/gourmet/plugin.py", line 429, in __init__ > self.setup_main_interface() > File "/usr/local/lib/python2.7/site-packages/gourmet/reccard.py", line 1364, in setup_main_interface > self.init_recipe_widgets() > File "/usr/local/lib/python2.7/site-packages/gourmet/reccard.py", line 1407, in init_recipe_widgets > self.update_from_database() > File "/usr/local/lib/python2.7/site-packages/gourmet/reccard.py", line 1442, in update_from_database > self.rw[e].set_value(int(getattr(self.current_rec,e) or 0)) > File "/usr/local/lib/python2.7/site-packages/gourmet/gtk_extras/ratingWidget.py", line 250, in set_value > self.image.set_value(value) >AttributeError: 'StarButton' object has no attribute 'image' > >==============================manual edit (preceeding is 'edit instructions')=================
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 214880
: 177449 |
177756
|
177941