Hello everybody!
I'm in trouble. This code shows that ob_refcnt increased by python
if "on_recv" method throws exception. This occurs only if base C-class
subclassed
in python code.
==
my_old_refcnt = Py_REFCNT(self);
py_result = PyObject_CallMethod(self, "on_recv", "(y#)", recvbuf, result
Hello,
does anybody have a simple tutorial for screen scrapping?
I want to extract IP addresses from particular web page, reading
documentation for a couple of days and writing some really simple
scripts, but cant get it to work.
Did anybody see any manual explicittly for screen scraping?
Thanks