What's the suggested Python version that I should build upon for a new app? I'm going to use Django 1.2.3 Can I go with 2.7 or should I stick with a lower version? asked 03 Nov '10, 03:43 L De Leo |
Hi, Really, it's up to you. :) We have installers for Django 1.2.3 and Python 2.6. We don't have one for Django 1.2.3 and Python 2.7 so you would need to build your own Apache/mod_wsgi stack. To get up and running quickly using Python 2.6 would be the best. answered 03 Nov '10, 03:51 klynton Cheers, 2.6 will be then! ;-)
(03 Nov '10, 04:02)
L De Leo
|