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 
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to