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
"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
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
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
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
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
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
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
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,
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
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
>>>>> "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
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
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
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
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
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
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
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
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
>
> (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
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
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
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!
24 matches
Mail list logo