This is the error I get when trying to start b3. Everything else was done correctly.
This is using source code an .egg, both had no success.
root@server [~]# cd /home/admin/.gameservers/b3_0/
root@server [/home/admin/.gameservers/b3_0]# python ./b3_run.py -c /home/admin/.gameservers/b3_0/b3/conf/b3.xml
Traceback (most recent call last):
File "./b3_run.py", line 33, in ?
import b3.run
File "/home/admin/.gameservers/b3_0/b3/__init__.py", line 37, in ?
import pkg_handler
File "/home/admin/.gameservers/b3_0/b3/pkg_handler.py", line 33, in ?
from b3.functions import main_is_frozen
File "/home/admin/.gameservers/b3_0/b3/functions.py", line 102
finally:
^
SyntaxError: invalid syntax