Re: tarfiles usage on python 2.4.4

2009-12-20 Thread yousay
On Dec 19, 9:27 am, tekion wrote: > All, > I am using tarfile module and my python is version 2.4.4.  When I call > method extractall, I am getting error method does not exist. Could > someone confirm if the method exist on python 2.4.4? Thanks dir(tarfile) check if is exist -- http://mail.pytho

Re: tarfiles usage on python 2.4.4

2009-12-18 Thread MRAB
tekion wrote: All, I am using tarfile module and my python is version 2.4.4. When I call method extractall, I am getting error method does not exist. Could someone confirm if the method exist on python 2.4.4? Thanks It's new in Python 2.5. -- http://mail.python.org/mailman/listinfo/python-list

tarfiles usage on python 2.4.4

2009-12-18 Thread tekion
All, I am using tarfile module and my python is version 2.4.4. When I call method extractall, I am getting error method does not exist. Could someone confirm if the method exist on python 2.4.4? Thanks -- http://mail.python.org/mailman/listinfo/python-list