Re: [ilugd] prob in python

2009-03-15 Thread rakesh kumar
Hi you should try python 3.0 and you would experience a difference and there might be some problem but try it. It will work On Sun, Mar 15, 2009 at 3:33 PM, ragsagar wrote: > Install python 2.6 or above . format( ) is not available in Python 2.5.2 > > On Sun, Mar 15, 2009 at 2:53 PM, Ragh

Re: [ilugd] prob in python

2009-03-15 Thread ragsagar
Install python 2.6 or above . format( ) is not available in Python 2.5.2 On Sun, Mar 15, 2009 at 2:53 PM, Raghav Dwivedi wrote: > Hi, >        I am learning python on my system and working on ubuntu 8.04 and > Python 2.5.2 is > installed on this. I got an error  when i was runnng a commad. The co

[ilugd] prob in python

2009-03-15 Thread Raghav Dwivedi
Hi, I am learning python on my system and working on ubuntu 8.04 and Python 2.5.2 is installed on this. I got an error when i was runnng a commad. The command is >>> '{0:_^11}'.format('hello') Traceback (most recent call last): File "", line 1, in AttributeError: 'str' object has no att