View Single Post
ejasmudar's Avatar
Posts: 800 | Thanked: 957 times | Joined on Sep 2010 @ India
#180
I am still trying with the scraping technique (mostly because i did some work on it already).

My first error was "global name 'number' not defined"
This was in line
Code:
num = number[3:]
I dunno if its right, but nevertheless, i modifies number to num and the error goes away.

Next I am getting error "global name 'cookielib' is not defined".

I have a feeling i'm missing something here and that these two are related. What happened? is some file with global variables missing?

EDIT: OK, i imported cookielib and error went away. Was that a bug? Anyway now i am stuck at login error.

Last edited by ejasmudar; 2010-09-16 at 15:02.