Danny Yoo writes: 

>  
> 
>> And the solution to get the state and capital columns (where there are
>> anchors): 
>>
>> for row in table('tr'):
>>    for cell in row.fetch('a')[0:2]:
>>        print cell.string
> 
> Hi Jonas, 
> 
> That's good to hear!  So does everything work for you then? 
> 

Now yes, this problem has been resolved. Thanks!
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to