matrix-org / Matrix-NEB

N E Bot: Generic bot for Matrix with plugin support
Apache License 2.0
49 stars 31 forks source link

New Instance, Issue #17

Closed morpheusbeing closed 8 years ago

morpheusbeing commented 8 years ago

Cloned and started as directed with config file wanting to create one.

This error: File "neb.py", line 123 print "Config file could not be loaded." ^ SyntaxError: Missing parentheses in call to 'print'

kegsay commented 8 years ago

You need to be running Python 2.x - this project doesn't work with 3.x yet.