Re: [Tutor] Problem

2014-12-26 Thread Steven D'Aprano
On Fri, Dec 26, 2014 at 04:16:17PM +, salisme salisme wrote: > Hello > I am having a big problem trying to open a url that I have created by > concatenating a raw_input on to an already existing url. When I copy > and paste the url in to the search bar it works fine but when I try to > open

Re: [Tutor] Problem

2014-12-26 Thread Alan Gauld
On 26/12/14 16:16, salisme salisme wrote: I am having a big problem trying to open a url that > I have created by concatenating a raw_input > on to an already existing url. Thats not what your code says beloiw. Although its kind of hard to read since you didn't post in plain text... But you a

Re: [Tutor] Problem

2014-12-26 Thread Joel Goldstick
On Fri, Dec 26, 2014 at 11:16 AM, salisme salisme wrote: > Hello > I am having a big problem trying to open a url that I have created by > concatenating a raw_input on to an already existing url. > When I copy and paste the url in to the search bar it works fine but when I > try to open it using

[Tutor] Problem

2014-12-26 Thread salisme salisme
Hello I am having a big problem trying to open a url that I have created by concatenating a raw_input on to an already existing url. When I copy and paste the url in to the search bar it works fine but when I try to open it using urllib.request.urlopen(url) it givesme a 505 HTTP error. >From read

Re: [Tutor] Python script

2014-12-26 Thread Alex Kleider
On 2014-12-25 23:58, Ben Finney wrote: Nothing in that thread says otherwise, do you have more current information to the contrary? I do not. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.o

Re: [Tutor] Python script

2014-12-26 Thread Ben Finney
Alex Kleider writes: > On 2014-12-25 16:59, Ben Finney wrote: > > > http://sscce.org/>. > > It may be that this link will go away. > http://www.coderanch.com/t/628405/Ranch-Office/SSCCE-org-document-disappearing Almost certainly at some future time, but not because of that. As discussed in th