Re: PYTHONDOCS

2006-01-09 Thread Florian Diesch
J. D. Leach <[EMAIL PROTECTED]> wrote: > Peter Otten wrote: > >> >> You are getting no match rather than the wrong one. Have you verified that >> a subdirectory >> >> /usr/share/doc/python-2.4/html/lib >> >> exists on your system? If not, the documentation may not be properly >> installed. > > I

Re: PYTHONDOCS

2006-01-02 Thread Mike Meyer
"J. D. Leach" <[EMAIL PROTECTED]> writes: > 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.edge

Re: PYTHONDOCS

2006-01-02 Thread J. D. Leach
Peter Otten wrote: > > You are getting no match rather than the wrong one. Have you verified that > a subdirectory > > /usr/share/doc/python-2.4/html/lib > > exists on your system? If not, the documentation may not be properly > installed. > > Peter I checked it Peter and rearranged the files

Re: PYTHONDOCS

2006-01-02 Thread Peter Otten
J. D. Leach wrote: > The response is: import pydoc print pydoc.help.docdir > None > > Obviously not there. You are getting no match rather than the wrong one. Have you verified that a subdirectory /usr/share/doc/python-2.4/html/lib exists on your system? If not, the documentation

Re: PYTHONDOCS

2006-01-02 Thread J. D. Leach
believe there is a bug in the documentation-finding code. With the > current logic PYTHONDOCS will only be honoured if none of the following > directories exist: > > $PYTHONHOME/lib > (sys.executable)/doc/lib > /usr/doc/python-docs-2.4.2/lib > /usr/doc/python-2.4.2/li

Re: PYTHONDOCS

2006-01-02 Thread Peter Otten
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 > av

Re: PYTHONDOCS

2006-01-02 Thread Peter Hansen
J. D. Leach wrote: > I'm lost. Surely I've missed something simple. Maybe you can look in the source. "help" is an object defined by site.py to be a "Helper" object from pydoc.py. Look in your Python lib folder for pydoc.py and you should be able to trace through and find the source of the pr

Re: PYTHONDOCS

2006-01-02 Thread J. D. Leach
ficient at all things digital in my youth, then age and numerous serious goofs and oversights on my part humbled me. The profile doc in question is named .bash_profile and now carries the following line: PYTHONDOCS=/usr/share/doc/python-2.4/html; export PYTHONDOCS To insure that my environment has in

Re: PYTHONDOCS

2006-01-02 Thread Dan Sommers
On Mon, 02 Jan 2006 04:33:44 GMT, "J. D. Leach" <[EMAIL PROTECTED]> wrote: > ... This is in spite of my setting the .bash profile correctly. As it > stands, I am at a loss for how to fix the problem ... As a long shot, and I don't mean to insult anyone, but what is the name of your .bash profile,

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

Re: PYTHONDOCS

2005-12-31 Thread Mike Meyer
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, is

Re: PYTHONDOCS

2005-12-31 Thread Chris Smith
>>>>> "J" == J D Leach <[EMAIL PROTECTED]> writes: J> OK, I'm stupid. I have been unable to discern (even Googled) a J> way to set the PYTHONDOCS variable to point to where the HTML J> files are. What to do? I need to know the process

Re: PYTHONDOCS

2005-12-31 Thread Fernando Perez
J. D. Leach wrote: > 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. It's an environment variable. In m

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

Re: PYTHONDOCS on OSX

2005-11-28 Thread Dan Lowe
On Nov 28, 2005, at 5:27 PM, Robert Hicks wrote: > I have that...and it isn't working with the OSX version of IDLE in the > MacPython folder. If I start Python from the Terminal it works. > > Any idea why it doesn't work that way? Unless a program is launched in a Terminal window, your .profile

Re: PYTHONDOCS on OSX

2005-11-28 Thread Robert Hicks
Dave Opstad wrote: > In article <[EMAIL PROTECTED]>, > "Robert Hicks" <[EMAIL PROTECTED]> wrote: > > > How do I set this variable in my .bash_profile? I have the html docs in > > /usr/local/PythonDocs. > > I have a line in my .profile like thi

Re: PYTHONDOCS on OSX

2005-11-28 Thread Dave Opstad
In article <[EMAIL PROTECTED]>, "Robert Hicks" <[EMAIL PROTECTED]> wrote: > How do I set this variable in my .bash_profile? I have the html docs in > /usr/local/PythonDocs. I have a line in my .profile like this: export PYTHONDOCS='/Users/opstad/Documents/Devel

PYTHONDOCS on OSX

2005-11-27 Thread Robert Hicks
How do I set this variable in my .bash_profile? I have the html docs in /usr/local/PythonDocs. Thanks for any help... Robert -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie needs help. Setting PYTHONDOCS to read HTML.

2005-10-11 Thread moondusterone
nside it called Python-Docs-2.4.2. > > You need to have C:\Python24\Python-Docs-2.4.2\ as the value if thats > where that folder is, or wherever you unzipped it. I, personally, just > took all the directories out of Python-Docs-2.4.2 and put them in > C:\Python24\Doc and then add

Re: Newbie needs help. Setting PYTHONDOCS to read HTML.

2005-10-11 Thread Brett Hoerner
k all the directories out of Python-Docs-2.4.2 and put them in C:\Python24\Doc and then added C:\Python24\Doc as the value for PYTHONDOCS. Hope that made sense. -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie needs help. Setting PYTHONDOCS to read HTML.

2005-10-10 Thread moondusterone
> > (3) Click Environment Variables (bottom middle-ish) > > (4) Under "User Variables" click New, > > (5) > Variable name: PYTHONDOCS > Variable value: C:\Python24 > > Of course, the value needs to be the correct folder that you said you > dropped the HTML docs into. > -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie needs help. Setting PYTHONDOCS to read HTML.

2005-10-10 Thread Brett Hoerner
ables" click New, (5) Variable name: PYTHONDOCS Variable value: C:\Python24 Of course, the value needs to be the correct folder that you said you dropped the HTML docs into. -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie needs help. Setting PYTHONDOCS to read HTML.

2005-10-10 Thread Ivan Shevanski
You can still use it, but you can't use the help. I don't know but this has always been better than the help for me! =D-- -Ivan -- http://mail.python.org/mailman/listinfo/python-list

Newbie needs help. Setting PYTHONDOCS to read HTML.

2005-10-10 Thread moondusterone
f you have installed them, please set the envirenment variable PYTHONDOCS to indicate their location." I have downloaded them and they are in the same folder with Pythons other files. I'm using XP. I can open the HTML file manually and it opens ok. Can I use Python regardless? Thanks!