Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Cross Platform Browser Launcher

Reply
Thread Tools

Cross Platform Browser Launcher

 
 
Fuzzyman
Guest
Posts: n/a
 
      01-28-2004
I've written a simple application in python with an HTML help file.

I'm looking for a cross platform way of launching the help file.

On windows I'd use :
os.system('start help.html')

Which automatically opens the file with the users browser.

Is there a cross-platform way of doing the same thing ?
I can do a platform test and use different techniques for different
systems - but I don't know how to achieve the same effect on a Linux
(Unix ? Mac ?) machine.....

Any help appreciated.

Fuzzy

--


http://www.Voidspace.org.uk The Place where headspace meets
cyberspace. Online resource site - covering science, technology,
computing, cyberpunk, psychology, spirituality, fiction and more.

---

http://www.voidspace.org.uk/atlantib...thonutils.html
Python functions - home of dateutils, ConfigObj, StandOut, CGI-News
and more....

--

Everyone has talent. What is rare is the courage to follow talent
to the dark place where it leads. -Erica Jong
Ambition is a poor excuse for not having sense enough to be lazy.
-Milan Kundera
 
Reply With Quote
 
 
 
 
Trent Mick
Guest
Posts: n/a
 
      01-28-2004
[Fuzzyman wrote]
> I've written a simple application in python with an HTML help file.
>
> I'm looking for a cross platform way of launching the help file.


http://www.python.org/doc/current/li...ebbrowser.html


Cheers,
Trent

--
Trent Mick


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Cross Platform/Browser way to send PNG file to Webserver Roedy Green Java 4 03-18-2010 01:10 PM
Re: Cross Platform/Browser way to send PNG file to Webserver Andrew Thompson Java 0 03-18-2010 10:30 AM
Cross browser / platform problems with CSS Mark Findlay HTML 12 07-14-2004 09:31 AM
RE: Cross Platform Browser Launcher Stephan Deibel Python 1 01-29-2004 08:22 AM
RE: Cross Platform Browser Launcher Pieter Claerhout Python 1 01-28-2004 01:57 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57