First time here? Check out the FAQ!

Micks's profile - activity

2018-03-27 02:35:04 -0500 received badge Notable Question (source)
2013-09-17 11:20:26 -0500 received badge Popular Question (source)
2013-03-13 19:41:26 -0500 received badge Famous Question (source)
2011-09-23 06:29:16 -0500 commented answer How to install askbot?

thanks, askbot was successfully installed!

2011-09-23 04:53:56 -0500 asked a question How to install askbot?

Hi! I'm using Python 2.5.2 and when I try pip install askbot it says:

avv:/home/master# pip install askbot
Downloading/unpacking askbot
Running setup.py egg_info for package askbot
askbot/deployment/path_utils.py:113: Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
  File "<string>", line 14, in <module>
  File "/home/master/build/askbot/setup.py", line 29, in <module>
    import askbot
  File "askbot/__init__.py", line 16, in <module>
    from askbot import patches
  File "askbot/patches/__init__.py", line 7, in <module>
    from askbot.deployment import package_utils
  File "askbot/deployment/__init__.py", line 6, in <module>
    from askbot.deployment import messages
  File "askbot/deployment/messages.py", line 4, in <module>
    from askbot.deployment import path_utils
  File "askbot/deployment/path_utils.py", line 113
    with file(file_path, 'a'):
            ^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
askbot/deployment/path_utils.py:113: Warning: 'with' will become a reserved keyword in Python 2.6

Can you explain how to install it?