Error (Ошибка)
alzim@ssh:~ python setup.py install /usr/bin/python3.1.real: can't open file 'setup.py': [Errno 2] No such file or directory alzim@ssh:~ How to fix?
alzim@ssh:~ python setup.py install /usr/bin/python3.1.real: can't open file 'setup.py': [Errno 2] No such file or directory alzim@ssh:~ How to fix?
To enter a block of code:
Hi, That means that you do not have setup.py in the local directory.
Also, askbot is not compatible with python 3. You need at least 2.5 and better - 2.6, but less than 3.
You need to either clone git repository and then run what you did or run
easy_install askbot
This will take askbot from the pypi (python package index) repository.
Use version from github if you are ok with using development version, which may have some half-implemented parts.
To enter a block of code:
To enter a block of code:
Comments