First time here? Check out the FAQ!
0

Which version of Python (2.4? 2.5? 2.6?) is necessary?
 

Which version of Python (2.4? 2.5? 2.6?) is necessary for AskBot?

Which version of Python is recommended?

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)
Joseph's avatar
353
Joseph
asked 13 years ago

Comments

see more comments

1 Answer

0

Joseph, 2.5 or higher, but 2.7 - the highest available version is best because it is the fastest of all Python 2.x.

On my development box I have 2.6, ve have not run tests on different versions recently, but if something breaks we will fix instantly.

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
answered 13 years ago
link

Comments

On github/askbot I saw tox.ini, with py2.5, 2.6 and 2.7 in it. I assumed you were running tox automatically :)

piskvorky's avatar piskvorky (13 years ago)

not recently, but we will return to doing that regularly.

Evgeny's avatar Evgeny (13 years ago)

So 2.4 is not supported? Or you haven't tested it?

Joseph's avatar Joseph (13 years ago)

Python 2.4 will not work, tested that. We are unlikely to try fixing this.

Evgeny's avatar Evgeny (13 years ago)
see more comments