When I run the following three lines in a standalone test.py
import urllib
from sqlalchemy import create_engine
urllib.urlopen("http://www.google.com")
then I get the following exception:
Exception AttributeError: "'NoneType' object has no attribute
'print_exc'" in <bound method FancyURLopener.__del__ of
<urllib.FancyURLopener instance at 0x026F2558>> ignored
Does anyone know why this happens?
Cheers,
Gottfried
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en.