Hello everyone, today I was trying to configure my dedicated with the new version of big brother bot, but none of it working. Using linux ubuntu 8.04LTS, python 2.5.2 and fill below me lies the problem:
root@ks358139:~# cd b3
root@ks358139:~/b3# python b3_run.py /root/UrbanTerror/b3/conf/b3.xml
checking for updates...
latest B3 version is 1.7.1
...no update available.
Starting www.bigbrotherbot.net (b3) v1.7.1 [posix] [Myrthe]
Using config file: /root/UrbanTerror/b3/conf/b3.xml
/root/b3/b3/storage/database.py:190: Warning: 'with' will become a reserved keord in Python 2.6
Traceback (most recent call last):
File "/root/b3/b3/run.py", line 185, in main
run(config=options.config, nosetup=options.nosetup)
File "/root/b3/b3/run.py", line 141, in run
b3.start(config, nosetup)
File "/root/b3/b3/__init__.py", line 154, in start
parser = loadParser(parserType, configFile, nosetup)
File "/root/b3/b3/__init__.py", line 78, in loadParser
mod = __import__(name)
File "/root/b3/b3/parsers/iourt41.py", line 142, in <module>
from b3.parsers.q3a.abstractParser import AbstractParser
File "/root/b3/b3/parsers/q3a/abstractParser.py", line 86, in <module>
import b3.parser
File "/root/b3/b3/parser.py", line 139, in <module>
import b3.storage
File "/root/b3/b3/storage/__init__.py", line 85, in <module>
from database import DatabaseStorage
File "/root/b3/b3/storage/database.py", line 190
with open(sqlFile) as f:
^
SyntaxError: invalid syntax
if anyone knows how to help me, I beg him to tell me how to do it xD. sorry for my English.