You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spreads encountered an error:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/spreads/main.py", line 321, in main
run()
File "/usr/local/lib/python2.7/dist-packages/spreads/main.py", line 308, in run
args.subcommand(config)
File "/usr/local/lib/python2.7/dist-packages/spreads/cli.py", line 376, in output
workflow.output()
File "/usr/local/lib/python2.7/dist-packages/spreads/workflow.py", line 988, in output
self.table_of_contents)
File "/usr/local/lib/python2.7/dist-packages/spreads/workflow.py", line 833, in _run_hook
getattr(plug, hook_name)(*args)
File "/usr/local/lib/python2.7/dist-packages/spreadsplug/djvubind.py", line 75, in output
os.rename("book.djvu", unicode(djvu_file))
OSError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
spread --version
spreads 0.5git20190701.5075
$ which djvubind
/usr/bin/djvubind
spreads encountered an error:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/spreads/main.py", line 321, in main
run()
File "/usr/local/lib/python2.7/dist-packages/spreads/main.py", line 308, in run
args.subcommand(config)
File "/usr/local/lib/python2.7/dist-packages/spreads/cli.py", line 376, in output
workflow.output()
File "/usr/local/lib/python2.7/dist-packages/spreads/workflow.py", line 988, in output
self.table_of_contents)
File "/usr/local/lib/python2.7/dist-packages/spreads/workflow.py", line 833, in _run_hook
getattr(plug, hook_name)(*args)
File "/usr/local/lib/python2.7/dist-packages/spreadsplug/djvubind.py", line 75, in output
os.rename("book.djvu", unicode(djvu_file))
OSError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered: