3
1

It would be really nice if OSQA ran on python 3, but I noticed some problems when running manage.py on python3.

asked 15 May '11, 18:40

Geoff's gravatar image

Geoff
2714712
accept rate: 0%


No, it doesn't. It relies on the Django framework, and that doesn't support Python 3. Until Django does, there's no point in OSQA being Python-3 compatible.

It does support Python 2.7, so can take advantage of most of the recent efficiency-improvements and speed-ups.

And it is possible to have Python 2.7 and Python 3.x on the same machine, so it won't impair your Python-3 development environment to have a Python 2 installation & app on it too.

link

answered 15 May '11, 18:48

Andrew_S's gravatar image

Andrew_S ♦
5.6k45674
accept rate: 21%

No, at least not at this time.

OSQA is using Django, and Django has a long way to go before Python 3 is supported.

link

answered 15 May '11, 18:46

karoldvl's gravatar image

karoldvl
4221129
accept rate: 33%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×298
×25

Asked: 15 May '11, 18:40

Seen: 1,306 times

Last updated: 15 May '11, 18:48

powered by OSQA