Re: attaching someconfusing results in webbrowser.open on gnulinux

2007-11-01 Thread Sion Arrowsmith
krishnakant Mane <[EMAIL PROTECTED]> wrote: > when I give webbrowser.open("file:///home/krishna/documents/tut.html") >on python prompt I get true as return value but web browser (firefox ) >opens with page not found. >and the address bar shows the following address which indeed is wrong. >file:///h

Re: attaching someconfusing results in webbrowser.open on gnulinux

2007-11-01 Thread J. Cliff Dyer
krishnakant Mane wrote: > hello all, > I had mentioned previously that I can't open html files in python. > I have my username as krishna and there is a documents folder. > so when I give webbrowser.open("file:///home/krishna/documents/tut.html") > on python prompt I get true as return value but we

Re: attaching someconfusing results in webbrowser.open on gnulinux

2007-11-01 Thread D.Hering
krishnakant Mane wrote: > hello all, > I had mentioned previously that I can't open html files in python. > I have my username as krishna and there is a documents folder. > so when I give webbrowser.open("file:///home/krishna/documents/tut.html") > on python prompt I get true as return value but w

attaching someconfusing results in webbrowser.open on gnulinux

2007-11-01 Thread krishnakant Mane
hello all, I had mentioned previously that I can't open html files in python. I have my username as krishna and there is a documents folder. so when I give webbrowser.open("file:///home/krishna/documents/tut.html") on python prompt I get true as return value but web browser (firefox ) opens with pa