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
http://mail.python.org/mailman/listinfo/bangpypers


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
http://nibrahim.net.in

I don't think anyone should write their autobiography until after they're dead. 
-Samuel Goldwyn
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


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
https://docs.djangoproject.com/en/dev/faq/install/#can-i-use-django-with-python-3

Regards,
Gora
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


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
Python version from 2.5 to 2.7 (due to backwards incompatibilities in Python
3.0, Django does not currently work with Python 3.0; see *the Django
FAQ*https://docs.djangoproject.com/en/dev/faq/install/for more
information on supported Python versions and the 3.0 transition)
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


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 is not concretely agreed upon by the web frameworks, the
support for Web Frameworks world for 3.x is slow. Bottle is one
webframework that supports 3.0, but afaik does not have a great
community behind it.

If you are just starting, go head with 2.7 and later when things get
sorted out, you could upgrade to 3.x

HTH,
Senthil
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers