View Single Post
Old 11-16-2010, 02:40 PM   #6
janvanmaar
Addict
janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.janvanmaar has a complete set of Star Wars action figures.
 
Posts: 219
Karma: 404
Join Date: Nov 2010
Device: Kindle 3G, Samsung SIII
I did not get very far: after some effort I managed to compile from sources, however I get
Code:
    for href in cssutils.getUrls(item.data):
  File "install_files/calibre/calibre-src/calibre/lib/calibre/calibre/ebooks/oeb/base.py", line 1066, in fget
    data = self._parse_css(data)
  File "install_files/calibre/calibre-src/calibre/lib/calibre/calibre/ebooks/oeb/base.py", line 1012, in _parse_css
    import_rules = list(data.cssRules.rulesOfType(CSSRule.IMPORT_RULE)
AttributeError: 'CSSRuleList' object has no attribute 'rulesOfType'
error with every news fetching. The version of the downloaded source is the same as the downloaded binary version that works fine though (0.7.28). Does it mean that I have problems with my installation from sources or are the sources different (and contain an CSS bug), just the version has not been updated (yet)?
janvanmaar is offline   Reply With Quote