gottfried wrote:
> 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?

I get

Python 2.6.2 (r262:71600, Apr 16 2009, 09:17:39)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib
>>> from sqlalchemy import create_engine
>>> urllib.urlopen("http://www.google.com";)
<addinfourl at 16056888 whose fp = <socket._fileobject object at 0xf2b4b0>>
>>>



>
> 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.
>
>
>

--

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=.


Reply via email to