Problem accessing a web page

2008-12-15 Thread Antoni Mont
it print pagllibre # and print it mcui.close()# close form mcup.close() # close main page Thanks in advance, I'd appreciate any help. Regards, Antoni Mont -- http://mail.python.org/mailman/listinfo/python-list

Re: Problem accessing a web page

2008-12-15 Thread Antoni Mont
Tim Chase wrote: > When you get the second page, are you getting the same content > back that you get if you do a search in your favorite browser? > > Using just > >content = urllib.urlopen(url2).read() >'Error' in content # True >'Friedrich' in content # False > > However, when you