Re: JSON and Firefox sessionstore.js

2009-04-22 Thread TommW
Steven D'Aprano wrote: Unless I'm badly mistaken, the Firefox sessionstore.js file is supposed to be JSON. In Python 3.0, I do this: import json filename = '.mozilla/firefox/2z5po7dx.default/sessionstore.js' json.load(open(filename)) Traceback (most recent call last): File "/usr/local/lib/

Re: missing pydoc gui

2007-12-26 Thread TommW
JimG wrote: > On Dec 26, 1:56 pm, Bernard Delmée <[EMAIL PROTECTED]> > wrote: >> (I know replying to self is a sure sign of aging :-) >> A quick update: after installing the 'tkinter' fedora >> package (still in live-cd mode), the following 3 lines >> script does what "pydoc -g " should: >> >>