Hint: use this URL when calling the dictionary website: myurl = "http://www.dsn.dk/cgi-bin/ordbog/ronet?M=1&P=%s" %(word) where word is the word you wish to look up. That will give you either some html with no matches or some html containing the first 10 words starting with word. Also: if you right-click on a webpage you can choose to 'view the source (code)'. That will allow you to see the actual html text that your program searches.