Re: PYTHONDOCS

2006-01-02 Thread J. D. Leach
(os.path.join(dir, 'lib')): self.docdir = dir +break def __repr__(self): if inspect.stack()[1][3] == '?': Consider filing a bug report. Peter I believe you are right, a bug report is probably warranted here. -- J. D. Leach Columbus, Indiana

Re: PYTHONDOCS

2006-01-02 Thread J. D. Leach
and directories when initially installed. -- J. D. Leach Columbus, Indiana USA -- http://mail.python.org/mailman/listinfo/python-list

Re: PYTHONDOCS

2006-01-01 Thread J. D. Leach
Mike Meyer wrote: Chris Smith [EMAIL PROTECTED] writes: J == J D Leach [EMAIL PROTECTED] writes: I'm stupider; I can't ATFQ for you. But last night I stayed at a Holiday Inn Express, and can recommend http://projects.edgewall.com/python-sidebar/ Which, assuming you've got connectivity

PYTHONDOCS

2005-12-31 Thread J. D. Leach
OK, I'm stupid. I have been unable to discern (even Googled) a way to set the PYTHONDOCS variable to point to where the HTML files are. What to do? I need to know the process and where theses variables are stored. -- J. D. Leach Columbus, Indiana USA Linux/Open Source Computer using

Python IDE's

2005-12-24 Thread J. D. Leach
Quick question as I am rather new to Python. What is the preferred tool amongst you gurus to use in coding Python? I have ran across Eric3 and found it to be pretty well full-featured. Any comments or suggestions for better tools/IDE's? J.D. Leach --