Re: [Tutor] website is returning error when I post data

2012-10-06 Thread eryksun
On Sat, Oct 6, 2012 at 3:00 PM, Benjamin Fishbein wrote: > > This program checks to see if a college buyback site is buying back > particular books. > > action="/BuyBack-Search.php?CSID=AQ2ZJKUWKZJBSD2T2DDMKMKB" > > When I go to the website(without using Python) and I paste the text (isbns) > into

[Tutor] website is returning error when I post data

2012-10-06 Thread Benjamin Fishbein
Hello. This problem has got me stumped, and I've been trying to figure it out for more than a month. This program checks to see if a college buyback site is buying back particular books. I'm using mac OSX Here's the code. import urllib,urllib2 base_url="http://textbooks.com"; action="/BuyBack-Se