"Thomas Thomas" <[EMAIL PROTECTED]> said:
>Hi All,
>
>import webbrowser
>url='http://www.cnn.com'
>webbrowser.open(url)
>
>giving the error
>
>Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] on win32
>Type "help", "copyright", "credits" or "license" for more information.
(trying again)
Thomas Thomas wrote:
> import webbrowser
> url='http://www.cnn.com'
> webbrowser.open(url)
>
> giving the error
> WindowsError: [Errno 2] The system cannot find the file specified:
> 'http://www.cnn.com'
you have a Windows install that don't understand HTTP paths, most likely
be
Thomas Thomas wrote:
> import webbrowser
> url='http://www.cnn.com'
> webbrowser.open(url)
>
> giving the error
> WindowsError: [Errno 2] The system cannot find the file specified:
> 'http://www.cnn.com'
So you have a Windows install that don't understand HTTP paths, most
likely because you (or
Hi All,
import
webbrowserurl=''webbrowser.open(url)
giving the error
Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC
v.1200 32 bit (Intel)] on win32Type "help", "copyright", "credits" or
"license" for more information.>>> ## working on region in file
c:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/p