Hello, I am new to linux, and have downloaded and installed Clear OS on my PC.
On the PC I have a running Call of Duty 4 v1.7 server.
On that CoD4 server I want to have BigBrotherBot running on, so I installed and configured it.
But when I want to start BigbrotherBot with python python b3_run.py, I get the following message:
[root@system ~]# cd /var/games/cod4/b3
[root@system b3]# python b3_run.py
Searching for config file: b3.xml
Searching for config file: conf/b3.xml
Searching for config file: b3/conf/b3.xml
checking for updates...
...no update available.
Starting
www.bigbrotherbot.net (b3) v1.4.1 [posix] (Daniel)
Using config file: b3/conf/b3.xml
Using external plugin directory: /var/games/cod4/b3/b3/extplugins
Activating log : /var/games/cod4/b3/b3.log
Connecting to DB : OK
Using Gamelog : /.callofduty4/main/games_mp.log
Traceback (most recent call last):
File "/var/games/cod4/b3/b3/run.py", line 174, in main
run(config=options.config, nosetup=options.nosetup)
File "/var/games/cod4/b3/b3/run.py", line 138, in run
b3.start(config, nosetup)
File "/var/games/cod4/b3/b3/__init__.py", line 161, in start
console = parser(conf)
File "/var/games/cod4/b3/b3/parser.py", line 342, in __init__
self.input.seek(0, os.SEEK_END)
AttributeError: 'module' object has no attribute 'SEEK_END'
Now I watched the log file's for info, but that was all OK (I think)
b3.log
101211 14:27:45 BOT
www.bigbrotherbot.net (b3) v1.4.1 [posix] (Daniel)
101211 14:27:45 BOT Python: 2.4.3 (#1, Nov 11 2010, 13:34:43)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)]
101211 14:27:45 BOT Starting Cod4Parser v1.3.2 for server 127.0.0.1:28960
101211 14:27:45 BOT --------------------------------------------
101211 14:27:45 BOT Attempting to connect to database mysql://root:******@localhost/b3...
101211 14:27:45 BOT Connected to database [1 times]
101211 14:27:45 BOT Game log /.callofduty4/main/games_mp.log
101211 14:27:45 BOT Starting bot reading file /.callofduty4/main/games_mp.log
b3.log.1:
Empty

Does anyone what is here the problem?
Chris Smit
