Hey there,
I have trouble with installing the new version of b3 for urbanterror
i had version 1.5 before <- runned perfect
but the 1.71 says when i type :
./b3_run.py -c /home/b3/conf/b3.distribution.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: /home/b3/conf/b3.distribution.xml
/usr/local/games/b3/b3/storage/database.py:190: Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "/usr/local/games/b3/b3/run.py", line 185, in main
run(config=options.config, nosetup=options.nosetup)
File "/usr/local/games/b3/b3/run.py", line 141, in run
b3.start(config, nosetup)
File "/usr/local/games/b3/b3/__init__.py", line 154, in start
parser = loadParser(parserType, configFile, nosetup)
File "/usr/local/games/b3/b3/__init__.py", line 78, in loadParser
mod = __import__(name)
File "/usr/local/games/b3/b3/parsers/iourt41.py", line 142, in <module>
from b3.parsers.q3a.abstractParser import AbstractParser
File "/usr/local/games/b3/b3/parsers/q3a/abstractParser.py", line 86, in <module>
import b3.parser
File "/usr/local/games/b3/b3/parser.py", line 139, in <module>
import b3.storage
File "/usr/local/games/b3/b3/storage/__init__.py", line 85, in <module>
from database import DatabaseStorage
File "/usr/local/games/b3/b3/storage/database.py", line 190
with open(sqlFile) as f:
^
SyntaxError: invalid syntax
x210:/usr/local/games/b3#
i tryrd to set log level in the xml to debug, but i dont get a logfile.
i run it on an amd 64bit with debian
thx for your help
