Size of a remote URL

Grant Edwards grante at visi.com
Mon Aug 30 17:46:12 EDT 2004


On 2004-08-30, Justin <justin__devine at hotmail.com> wrote:

[...]

Here's one of your problems:

Your working code uses this URL:

 http://www.ecs.soton.ac.uk/~harnad/Temp/Ariadne-RAE.doc

Your broken code uses this URL:

 http://www.ecs.soton.ac.uk/~harnad/temp/ariadne-rae.doc

It doesn't matter whether it's inside a loop or outside a loop.
It doesn't matter wither it's a literal or a reference to a
list element: you've GOT TO SPELL THE URL CORRECTLY.

Look at the two URLs carefully.  Notice any differences between
the one from your "working" code and the one from your "broken"
code?

-- 
Grant Edwards                   grante             Yow!  When you get your
                                  at               PH.D. will you get able to
                               visi.com            work at BURGER KING?



More information about the Python-list mailing list