Calibre Installation on opensuse 11.1
Hello,
I just tried to install calibre 0.6.29 on my oss 11.1 using the tarball (as my glibc-version is lower than 2.10). There where some dependencies which I could resolve (modules sipconfig, mechanize, cssutils and others) but then I got the message:
mip4:/opt/calibre # python setup.py install
Traceback (most recent call last):
* File "setup.py", line 99, in <module>
* * sys.exit(main())
* File "setup.py", line 85, in main
* * command.run_all(opts)
* File "/opt/calibre/setup/__init__.py", line 158, in run_all
* * self.run_cmd(self, opts)
* File "/opt/calibre/setup/__init__.py", line 149, in run_cmd
* * cmd.pre_sub_commands(opts)
* File "/opt/calibre/setup/install.py", line 128, in pre_sub_commands
* * import calibre.utils.config as c
* File "/opt/calibre/src/calibre/__init__.py", line 45, in <module>
* * cssutils.log.setLevel(logging.WARN)
* File "/usr/lib/python2.6/site-packages/cssutils/errorhandler.py", line 73,
in __getattr__
* * '(errorhandler) No Attribute "%s" found' % name)
AttributeError: (errorhandler) No Attribute "setLevel" found
I must confess that I don't understand this message and therefore I don't know what's wrong. I would appreciate any comment on how to resolve this.
Thank you in advance,
Michael
|