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?

Evgeny's avatar
13.2k
Evgeny
updated 2010-07-24 10:21:28 -0500
Alzim's avatar
11
Alzim
asked 2010-07-21 23:25:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment 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.

Evgeny's avatar
13.2k
Evgeny
updated 2011-04-26 15:08:30 -0500, answered 2010-07-22 11:12:32 -0500
edit flag offensive 0 remove flag delete link

Comments

updated the post - askbot does not work on python 2.4, the previous statement was incorrect
Evgeny's avatar Evgeny (2011-04-26 15:09:10 -0500) edit
add a comment see more comments