Re: i use the urllib question

2008-12-07 Thread Gabriel Genellina
En Fri, 05 Dec 2008 10:23:44 -0200, Huytason <[EMAIL PROTECTED]> escribió: i use pthon 3.0 today python code: import urllib.request then use PyRun_StringFlag to run it. get this it's a bug? You should tell us more details. You are embedding Python, I presume? The default search path (sys.

i use the urllib question

2008-12-05 Thread Huytason
i use pthon 3.0 today python code: import urllib.request then use PyRun_StringFlag to run it. get this it's a bug? -- http://mail.python.org/mailman/listinfo/python-list

urllib question

2006-08-21 Thread [EMAIL PROTECTED] Hunter Rojas
how can I retrieve a web page using an authenticated proxy? -- http://mail.python.org/mailman/listinfo/python-list