ComicTagger Talk
Would you like to react to this message? Create an account in a few clicks or log in to continue.

AttributeError: RawConfigParser instance has no attribute 'read_file'

Go down

AttributeError: RawConfigParser instance has no attribute 'read_file' Empty AttributeError: RawConfigParser instance has no attribute 'read_file'

Post  theslime Thu Oct 09, 2014 5:27 am

I reinstalled my Ubuntu box from scratch yesterday, and I installed ComicTagger from pip as usual. But after install I can't get CT to work. This is the error message:

Code:
Traceback (most recent call last):
  File "/usr/local/bin/comictagger.py", line 5, in <module>
    ctmain()
  File "/usr/local/lib/python2.7/dist-packages/comictaggerlib/main.py", line 43, in ctmain
    settings = ComicTaggerSettings()
  File "/usr/local/lib/python2.7/dist-packages/comictaggerlib/settings.py", line 156, in __init__
    self.load()
  File "/usr/local/lib/python2.7/dist-packages/comictaggerlib/settings.py", line 198, in load
    self.config.read_file(readline_generator(codecs.open(self.settings_file, "r", "utf8")))
AttributeError: RawConfigParser instance has no attribute 'read_file'

Strangely, I'm pretty sure some of the dependencies in pip weren't there the last time. I can't recall ever having seen the commands "futurize" and "pasteurize" in my usr/local/bin before.

Any ideas?

theslime

Posts : 7
Join date : 2012-12-21

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum