Re: webbrowser failing

2005-09-26 Thread DogWalker
"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.

Re: webbrowser failing

2005-09-21 Thread Fredrik Lundh
(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

Re: webbrowser failing

2005-09-21 Thread Fredrik Lundh
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

webbrowser failing

2005-09-20 Thread Thomas Thomas
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