ANN: Tk Slashdot Headline Viewer

Brian E Gallew geek+ at cmu.edu
Mon Sep 13 09:30:42 EDT 1999


From: Doug at news.vex.net (Lewis)
> Inspired by the Slashdot headline viewer demo in the wxPython
> package, i decided to implement my own in Tkinter.
> 
> My implementation, while simpler, is much cuter. (-:
> 
> Should anyone care to try it out, you can snag it from....
> 
> http://www.vex.net/~x/python_stuff.html#slashdot

Dude, if you want this to run under unix, change the spawnBrowser
function to do the following:
os.system(browser % url)
And browser should look like:
browser = "/usr/local/bin/netscape -remote 'openURL(%s)'"


-- 
=====================================================================
| JAVA must have been developed in the wilds of West Virginia.      |
| After all, why else would it support only single inheritance??    |
=====================================================================
| Finger geek at cmu.edu for my public key.                            |
=====================================================================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 266 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/19990913/a32ba733/attachment.sig>


More information about the Python-list mailing list