Re: [BangPypers] Regarding web framework in Python

2010-06-06 Thread Vishal
For the back-end, I would say start with CherryPy. Personally, I have found it very intuitive to work with. And contrary to popular belief, the CherryPy web server has very decent performance. It ranks with the very best of Python wsgi web servers (http://nichol.as/benchmark-of-python-web-servers).

Re: [BangPypers] Regarding web framework in Python

2010-06-06 Thread Kenneth Gonsalves
On Monday 07 June 2010 11:21:59 Gopalakrishnan S wrote: > TCL/TK is good option for development but it is very old but currently > maintained framework. I would rather prefer using *wxPython*. > have you looked at dabo? -- Regards Kenneth Gonsalves Senior Associate NRC-FOSS at AU-KBC ___

Re: [BangPypers] ReadError: opening tar file

2010-06-06 Thread Baiju M
On Mon, Jun 7, 2010 at 6:40 AM, murugadoss wrote: > Hi, > Good Morning. > > 1. > This is regarding installing python in 64-bit linux pc. one of the issue, > which we were talking earlier. It was recommended to install python with > 32-bit gcc compiler in 64-bit m/c. > step: > while installing pyth

Re: [BangPypers] Regarding web framework in Python

2010-06-06 Thread Gopalakrishnan S
TCL/TK is good option for development but it is very old but currently maintained framework. I would rather prefer using *wxPython*. When considering the timeline to develop application browser based web application vs window based think applicatiion, window based application takes more time to d

Re: [BangPypers] ReadError: opening tar file

2010-06-06 Thread murugadoss
Hi, Good Morning. 1. This is regarding installing python in 64-bit linux pc. one of the issue, which we were talking earlier. It was recommended to install python with 32-bit gcc compiler in 64-bit m/c. step: while installing python in 64-bit m/c, try using export CC='gcc -m32' ./configure --prefi

Re: [BangPypers] What are the best python books , you have read.

2010-06-06 Thread Sridhar Ratnakumar
On Wed, Jun 2, 2010 at 1:14 AM, Kenneth Gonsalves wrote: > On Wednesday 02 June 2010 10:59:59 Srinivas Reddy Thatiparthy wrote: >> What are the best python books you have read? should be at least  on par >>  with python cookbook. TIA for suggestions. > > python in a nutshell Same here. Also I re

Re: [BangPypers] ReadError: opening tar file

2010-06-06 Thread Sridhar Ratnakumar
Hi Murugadoss, Try Python 2.5.5 (the latest 2.5 release), and if this problem still occurs, please report a bug at bugs.python.org with full steps to reproduce, including the original tarfile as an attachment. C:\Python25\Lib\tarfile.py is a pure Python module; so if you are inclined, you may deb