Strange urllib and httplib problem

Bengt Richter bokr at oz.net
Mon Jan 13 00:16:35 EST 2003


On Sun, 12 Jan 2003 23:41:34 -0500 (EST), Jesse Lawrence <lawrence_jesse at yahoo.ca> wrote:

>I'm trying to code something with either urllib or
>httplib.  No matter what I try, when I run my scripts,
>it  says the following:
>
>Enter an address:
>
>Just to try it, I enter an address, and then I get an
>error message telling my that it can't import name
>urlsplit.
>
>Now, I haven't coded anything about entering an
>address in my script.  Can someone help me figure this
>out?
>
>Thanks a million,
>
Instead of entering an address, hit Ctrl-C and the traceback should
tell you where in the code it was.

Post some minimal code and the log of trying it, including traceback
(copied and pasted, not paraphrased ;-) if that doesn't tell you enough.

Regards,
Bengt Richter




More information about the Python-list mailing list