File "./createbooktype", line 33
print msg
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print msg)?
python --version
virtualenv -p /usr/bin/python2.7 mybooktypeproject
source mybooktypeproject/bin/activate
then;
easy_install pip
pip install -r booktype/requirements/dev.txt
Again, thanks!
easy_install -U setuptools
It looks like you're new here. If you want to get involved, click one of these buttons!