View Single Post
Old 03-10-2011, 09:51 AM   #3
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by mgiammarco View Post
No one has a problem similar to this? Can you give me an hint to where to start to debug?


Thanks,
Mario
Look at parse_index where
Code:
            ritem = soup.find('ul',attrs={'id':'list'})
            for item in ritem.findAll('li'):
appears. You'll probably find that ritem is undefined on the page. Put in a test for existence, or some print statements to figure out what's happening.
Starson17 is offline   Reply With Quote