Processing math: 0%
First time here? Check out the FAQ!
1

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?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago
Alzim's avatar
11
Alzim
asked 14 years ago

Comments

see more comments

1 Answer

0

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:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 13 years ago, answered 14 years ago
link

Comments

updated the post - askbot does not work on python 2.4, the previous statement was incorrect
Evgeny's avatar Evgeny (13 years ago)
see more comments