thinkle / gourmet

Gourmet Recipe Manager
GNU General Public License v2.0
341 stars 141 forks source link

Printing a recipe fails #1029

Open jfabernathy opened 2 years ago

jfabernathy commented 2 years ago

Printing a recipe fails.

Steps to Reproduce

1.with a recipe open, try to print. It says you need a plugin active for printing but it is active according to the plugins. 2.If you click okay to goes to an Error Printing popup

  1. if you open the expansion arrow you see this:

  2. Traceback (most recent call last): File "/app/lib/python3.8/site-packages/gourmet-0.17.5-py3.8.egg/gourmet/exporters/printer.py", line 84, in print_recipes renderer(rd, recs, File "/app/lib/python3.8/site-packages/gourmet-0.17.5-py3.8.egg/gourmet/exporters/printer.py", line 19, in init raise NotImplementedError NotImplementedError

Expected Behavior

Current Behavior

Possible Solution

Environment