Re: web development in python 2.6 and 3.0

2009-12-21 Thread Stephen Hansen
On Mon, Dec 21, 2009 at 11:09 AM, Simon Moses wrote: > so python 2.6, mysql 5.0, apache 2.2, mod_wsgi, > MySQL-python-1.2.2.win32-py2.6 and Django should be sufficient for my > requirement. I don't know for certain; you're asking a bit too much specific detail here :) Just go to http://docs.djan

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Simon Moses
so python 2.6, mysql 5.0, apache 2.2, mod_wsgi, MySQL-python-1.2.2.win32-py2.6 and Django should be sufficient for my requirement. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/-- http://mail.python.org/mailman/listinfo/python-list

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Stephen Hansen
On Mon, Dec 21, 2009 at 10:34 AM, Simon Moses wrote: > > to code a web page which connects to a database and displays some rows, what > minimum software and libraries i should install? > > python 2.6, mysql 5.0, apache 2.2 and Django? thats enough? Depending on your requirements, you might not n

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Simon Moses
: Mon, 21 December, 2009 1:37:38 PM Subject: Re: web development in python 2.6 and 3.0 On Mon, Dec 21, 2009 at 9:22 AM, Simon Moses wrote: > >hi, > >i am new to python but have programming experience in few other languages. >i am trying to start with python 2.6 or 3.0. my requireme

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Stephen Hansen
On Mon, Dec 21, 2009 at 9:22 AM, Simon Moses wrote: > hi, > > i am new to python but have programming experience in few other languages. > i am trying to start with python 2.6 or 3.0. my requirement is accessing > database (mysql and/or postgresql) and web development. > > what all i should insta

web development in python 2.6 and 3.0

2009-12-21 Thread Simon Moses
hi, i am new to python but have programming experience in few other languages. i am trying to start with python 2.6 or 3.0. my requirement is accessing database (mysql and/or postgresql) and web development. what all i should install for my requirement? to connect to database (mysql and/or pos