Installation problem with Python 3
Following the documentation i run
git clone git://github.com/ASKBOT/askbot-devel.git test
cd test
and after i run
python setup.py develop
i get this error
File "setup.py", line 131
**************************************************************"""
^
SyntaxError: invalid syntax
The problem seems very easy. How can i fix it? Thanks in advance.
Comments
There are definitely no syntax errors in the
setup.py
. I think you have a module name clash.