Ask Your Question
1

Error (Ошибка)

asked Jul 21 '10

Alzim gravatar image Alzim
11 1

updated Jul 24 '10

Evgeny gravatar image Evgeny flag of Chile
6715 31 49 96
http://askbot.org/

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?

1 Answer

Sort by » oldest newest most voted
0
Alzim has selected this answer as correct

answered Jul 22 '10

Evgeny gravatar image Evgeny flag of Chile
6715 31 49 96
http://askbot.org/

updated Apr 26 '11

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.

link

Comments

updated the post - askbot does not work on python 2.4, the previous statement was incorrect Evgeny (Apr 26 '11)

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: Jul 21 '10

Seen: 44 times

Last updated: Apr 26 '11