Re: [Tutor] use of webbrowser.open_new()

2005-08-08 Thread Danny Yoo
> > http://www.faqs.org/rfcs/rfc1738.html > > > > shows the syntax of file URLs. > > Man, that Berners-Lee can sure write plain English, can he not? I didn't > find that reference much use at all, in truth. Hi Tom, [Note: when you're responding to a message on Python-tutor, please make su

Re: [Tutor] use of webbrowser.open_new()

2005-08-08 Thread Kent Johnson
Tom Cloyd wrote: > Having just discovered the webbrowser module, I've confirmed that I can > indeed open a URL in my default browser using something like > > webbrowser.get_new("{URL}") > > What I want to do is open a web page stored on my local machine. I'm not > getting it to work - > > we

Re: [Tutor] use of webbrowser.open_new()

2005-08-07 Thread Danny Yoo
On Sun, 7 Aug 2005, Tom Cloyd wrote: > Having just discovered the webbrowser module, I've confirmed that I can > indeed open a URL in my default browser using something like > > webbrowser.get_new("{URL}") > > What I want to do is open a web page stored on my local machine. I'm not > getting it

Re: [Tutor] use of webbrowser.open_new()

2005-08-07 Thread jfouhy
Quoting Tom Cloyd <[EMAIL PROTECTED]>: Compare the filename here: > webbrowser.open_new("C:\__Library\folders\05238 Design for Confusion\05238 > Design for Confusion -05krugman.html") With here: > WindowsError: [Errno 2] The system cannot find the file specified: > 'C:\\__Library\x0colders*38

[Tutor] use of webbrowser.open_new()

2005-08-07 Thread Tom Cloyd
Having just discovered the webbrowser module, I've confirmed that I can indeed open a URL in my default browser using something like webbrowser.get_new("{URL}") What I want to do is open a web page stored on my local machine. I'm not getting it to work - webbrowser.open_new("C:\__Library\fol