tarfiles usage on python 2.4.4

T

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
 
M

MRAB

tekion said:
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.
 
Y

yousay

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,338
Messages
2,571,770
Members
48,565
Latest member
DamarisWei

Latest Threads

Top