Its an indentation error
--
A-M-I-T S|S
--
http://mail.python.org/mailman/listinfo/python-list
On Sun, Feb 27, 2011 at 10:26 AM, Rohan Malhotra
wrote:
> BeautifulSoup library only fetches source of page. I need the access
> to DOM after js execution with url as input parameter.
>
> Any pointers?
>
I am not sure but in case you need to make some ajax requests
mechanize might help.
http://
On Thu, Jun 3, 2010 at 9:12 PM, Shashwat Anand wrote:
> I have not much idea but Online Judges like SPOJ/codechef have regular
> programming-contests and python is one of allowed languages. So yes, it's
I am trying to make an online test for Python .
P.S Sorry ,I did not realize I sent the mail
Hi ,
I wish to execute some user submitted python code and have absolutely
no other way out . I saw that there used to be a module called rexec
which could define which modules can be imported and which cannot
however exec doesn't have that kind of feature . Please if you could
tell me what would