[Tutor] Is it syntactic,semantic or runtime?

2009-04-25 Thread prasad rao
helloI wrote a function to fetch data using urllib and displaying the data using internet Explorer. it is not preparing the html file So opening blank Explorer after complaining th html file not found. Where is the problem? Can I display the data read from a site without preparing a html file?

Re: [Tutor] Is it syntactic,semantic or runtime?

2009-04-25 Thread Sander Sweers
2009/4/25 prasad rao prasadarao...@gmail.com: So opening blank Explorer after complaining th html file not found. Where is the problem? There are typing errors on the below... code def pp(): @@@ import urllib @@@ import subprocess @@@ so=urllib.urlopen('http://www.asstr.org') @@@

Re: [Tutor] Is it syntactic,semantic or runtime?

2009-04-25 Thread Alan Gauld
prasad rao prasadarao...@gmail.com wrote helloI wrote a function to fetch data using urllib and displaying the data using internet Explorer. it is not preparing the html file So opening blank Explorer after complaining th html file not found. The specific problem has been addressed but in