Comment by
henderb....@gmail.com:
Hello. I am trying to install pychess on Centos 6.6. I tried from source,
installed all dependencies, and no luck running it. Then after that, i did
download the files:
http://www.pychess.org/download/pychess-0.12rc3-1.py26.noarch.rpm
http://www.pychess.org/download/pychess-0.10.1-1.noarch.rpm
Installed with command (as root): yum install <file>
With any of those i get the following output when trying to run:
[henderb@powerinside ~]$ pychess
argparse library not found, so thread debugging will be turned off
Traceback (most recent call last):
File "/usr/bin/pychess", line 99, in <module>
import pychess.Main
File "/usr/lib/python2.6/site-packages/pychess/Main.py", line 23, in
<module>
from pychess.widgets.TaskerManager import TaskerManager
File "/usr/lib/python2.6/site-packages/pychess/widgets/TaskerManager.py",
line 18, in <module>
from pychess.ic import ICLogon
File "/usr/lib/python2.6/site-packages/pychess/ic/ICLogon.py", line 2, in
<module>
from ICLounge import ICLounge
File "/usr/lib/python2.6/site-packages/pychess/ic/ICLounge.py", line 26,
in <module>
from pychess.widgets.InfoBar import *
File "/usr/lib/python2.6/site-packages/pychess/widgets/InfoBar.py", line
54, in <module>
class InfoBar (gtk.InfoBar):
AttributeError: 'module' object has no attribute 'InfoBar'
[henderb@powerinside ~]$ uname -a
Linux
powerinside.ddns.net 2.6.32-042stab094.8 #1 SMP Tue Dec 16 20:36:56
MSK 2014 x86_64 x86_64 x86_64 GNU/Linux
[henderb@powerinside ~]$ python -V
Python 2.6.6
In short, the error is always: *"AttributeError: 'module' object has no
attribute 'InfoBar'"*
Please help: What more can i do to be able to run it?