Re: [BangPypers] Python 3.2 and Django

2011-09-29 Thread Kenneth Gonsalves
On Wed, 2011-09-28 at 21:53 -0700, Hussain Bohra wrote: Let me identify if any other MVC framework I can use along with python 3.2. django is not an MKC framework anyway. -- regards Kenneth Gonsalves ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] Python 3.2 and Django

2011-09-29 Thread Noufal Ibrahim
Hussain Bohra hussainbohra...@yahoo.com writes: Thanks Mr. Gora and Mr. Sreekanth ... Let me identify if any other MVC framework I can use along with python 3.2. [...] Is there some real need to use Python 3.2? Most frameworks and libraries support only the 2.x series. -- ~noufal

[BangPypers] Python 3.2 and Django

2011-09-28 Thread Hussain Bohra
Hi All, I am trying to install django on top of python 3.2, but getting following error: C:\Python32\Scriptseasy_install.exe django Searching for django Reading http://pypi.python.org/simple/django/ Reading http://www.djangoproject.com/ Best match: Django 1.3.1 Downloading

Re: [BangPypers] Python 3.2 and Django

2011-09-28 Thread Gora Mohanty
On Thu, Sep 29, 2011 at 10:07 AM, Hussain Bohra hussainbohra...@yahoo.com wrote: Hi All, I am trying to install django on top of python 3.2, but getting following error: Django is not supported on Python 3.x, though some ports are in the works. Please see

Re: [BangPypers] Python 3.2 and Django

2011-09-28 Thread Sreekanth S Rameshaiah
On 29 September 2011 10:07, Hussain Bohra hussainbohra...@yahoo.com wrote: Hi All, I am trying to install django on top of python 3.2, but getting following error: https://docs.djangoproject.com/en/dev/intro/install/ Being a Python Web framework, Django requires Python. It works with any

Re: [BangPypers] Python 3.2 and Django

2011-09-28 Thread Senthil Kumaran
Hello Hussain, On Thu, Sep 29, 2011 at 12:53 PM, Hussain Bohra hussainbohra...@yahoo.com wrote: Thanks Mr. Gora and Mr. Sreekanth ... Let me identify if any other MVC framework I can use along with python 3.2. You can consider using Python 2.7 for Web Framework too. Because WSGI Spec for 3.x