version 0.17.4 Browse option doesn't show recipes (Ubuntu)
Bug #1621963 reported by
Mike Strickland
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gourmet |
New
|
Undecided
|
Unassigned |
Bug Description
How to duplicate problem (Category example given, but error occurs for all options):
Open Browse tab
Double-click Category
Double-click any group that is presented
No recipes are shown
This is a result of a depreciated command call.
Relevant part of error message in terminal:
File "/usr/lib/
image.
File "/usr/lib/
"Please call tobytes() instead.")
Exception: tostring() has been removed. Please call tobytes() instead.
Solution:
Replace 'tostring' (line 41) in the icon_helpers.py script with 'tobytes'
To post a comment you must log in.
Gourmet requires an older version of Pillow (version 2.x).
If you used 'pip' to install your current Pillow version then use 'pip install Pillow==2.1.0' to get v2.1.0.
If you used 'apt get' to install Pillow, 'apt remove pillow' and install v2.1.0 using 'pip install Pillow==2.1.0'
I hope this helps.
Saxon.
--