Re: PYTHONDOCS

2006-01-02 Thread J. D. Leach
hould have been in the correct order and directories when initially installed. -- J. D. Leach Columbus, Indiana USA -- http://mail.python.org/mailman/listinfo/python-list

Re: PYTHONDOCS

2006-01-02 Thread J. D. Leach
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 USA -- http://mail.python.org/mailman/listinfo/python-list

Re: PYTHONDOCS

2006-01-02 Thread J. D. Leach
os.environ.get('PYTHONDOCS') method, the following is produced: >>> os.environ.get('PYTHONDOCS') '/usr/share/doc/python-2.4/html' >>> help('if') ...Sorry, topic and keyword blah, blah, blah. No inline info available...blah, bl

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 >&g

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

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 -- http://mail.python.org/mailman/listinfo/python