Re: [Tutor] ex-ftp

2009-09-22 Thread Kent Johnson
On Tue, Sep 22, 2009 at 12:39 AM, prasad rao wrote: > hello  friends >   I am trying to write a class to save a url.page. > But it is not working.It is saving the html.page.But not getting > images.I am unable to show the list (object.links). > Please take a look at it and show me how to rectify i

Re: [Tutor] ex-ftp

2009-09-21 Thread Mal Wanstall
On Tue, Sep 22, 2009 at 2:39 PM, prasad rao wrote: > hello  friends >   I am trying to write a class to save a url.page. > But it is not working.It is saving the html.page.But not getting > images.I am unable to show the list (object.links). > Please take a look at it and show me how to rectify it

[Tutor] ex-ftp

2009-09-21 Thread prasad rao
hello friends I am trying to write a class to save a url.page. But it is not working.It is saving the html.page.But not getting images.I am unable to show the list (object.links). Please take a look at it and show me how to rectify it. import urllib2,ftplib,re class Collect: def __init__(se