Revision history [back]
Askbot : Install error on Python 2.4
System : Centos 5.9 Python : 2.4.3
pip-python install askbot or easy_install askbot
Any possible solutions? Thanks in advance!
Askbot : Install error on Python 2.4
System : Centos 5.9 Python : 2.4.3
pip-python install askbot or easy_install askbot
Any possible solutions? Thanks in advance!
Askbot : Install error on Python 2.4error
System : Centos 5.9 Python : 2.4.3
[root@plato ~]#pip install
askbot Requirement already satisfied (use --upgrade to upgrade): askbot in /usr/lib/python2.4/site-packages/askbot-0.7.48-py2.4.egg Downloading/unpacking beautifulsoup4 (from askbot) Running setup.py egg_info for package beautifulsoup4 Downloading/unpacking pystache==0.3.1 (from askbot) Running setup.py egg_info for package pystache Downloading/unpacking sanction (from askbot) Running setup.py egg_info for package sanction warning: no files found matching '.py' under directory '.' Downloading/unpacking longerusername (from askbot) Running setup.py egg_info for package longerusername Downloading/unpacking django-recaptcha-works (from askbot) Running setup.py egg_info for package django-recaptcha-works Downloading/unpacking html5lib==0.90 (from askbot) Running setup.py egg_info for package html5lib Downloading/unpacking django-followit (from askbot) Running setup.py egg_info for package django-followit warning: no files found matching 'tox.ini' warning: no previously-included files matching '.pyc' found under directory 'followit' warning: manifest_maker: MANIFEST.in, line 5: 'recursive-exclude' expectsFile "", line 14, in ?
File "/root/build/django/setup.py", line 84, in ?
version = __import__('django').get_version()
File "django/__init__.py", line 6, in get_version
from django.utils.version import get_version
File "django/utils/version.py", line 20
parts = 2 if version[2] == 0 else 3
^
SyntaxError: invalid syntax
Command python setup.py egg_info failed with error code 1 Storing complete log in /root/.pip/pip.log
Any possible solutions? Thanks in advance!