hello all,<br>I am a newbie in Python. <br>In my module, if I call urllib.urlopen() function like:<br>url = "<a href="http://www.google.com/">http://www.google.com/</a>"<br>source = urllib.urlopen(url)<br><br>Then in the output there will be an exception:
<br>Exception exceptions.AttributeError: "'NoneType' object has no
attribute 'print_exc'" in <bound method FancyURLopener.__del__ of
<urllib.FancyURLopener instance at 0x00D59AA8>> ignored<br><br><br>I do not know why, if I did something wrong?<br>