View Single Post
Old 08-01-2011, 12:09 AM   #20
pmiles
Member
pmiles began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Aug 2011
Device: none
Please help!

I've been using The Economist recipe for over a month on a headless Debian Calibre server. Last Thursday I got:
Code:
Exception: Could not find any articles. Has your subscription expired
So, I updated the recipe but, unfortunately, got another problem:

Code:
ebook-convert /home/calibre/recipes/economist.recipe economist.mobi --title="The Economist" --output-profile=kindle --username=xxxx --password=xxxx
1% Converting input to HTML...
InputFormatPlugin: Recipe Input running
Traceback (most recent call last):
  File "/usr/bin/ebook-convert", line 19, in <module>
    sys.exit(main())
  File "/usr/lib/calibre/calibre/ebooks/conversion/cli.py", line 254, in main
    plumber.run()
  File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 815, in run
    accelerators, tdir)
  File "/usr/lib/calibre/calibre/customize/conversion.py", line 211, in __call__
    log, accelerators)
  File "/usr/lib/calibre/calibre/web/feeds/input.py", line 67, in convert
    recipe = compile_recipe(self.recipe_source)
  File "/usr/lib/calibre/calibre/web/feeds/recipes/__init__.py", line 47, in compile_recipe
    module = imp.load_module(os.path.splitext(os.path.basename(temp))[0], *module)
  File "/tmp/calibre_0.7.7_U3677u_recipes/recipe0.py", line 13, in <module>
    from collections import OrderedDict
ImportError: cannot import name OrderedDict
I'd appreciate your help.
pmiles is offline   Reply With Quote