I can't seem to access the pydoc sever from my web browser. I start the
server from the command prompt and everything seems to be working fine,
then I got to http://localhost:/ and it doesn't work. I also tried
starting the graphical mode with the -g parameter but I still cannot use
PyDoc.
I can't seem to get Pydoc up and running in windows Vista. I can search
for modules manually by using the "pydoc module_name" command but if i
try to set up an http server, it says the server is up and running but I
can't access it in FF or IE. Any help is appreciated.
--
http://mail.python.org/
On Fri, 29 Aug 2008 07:12:28 -0700, Mike Driscoll wrote:
> On Aug 28, 5:45 pm, Tyler Shopshire <[EMAIL PROTECTED]> wrote:
>> I can't seem to access the pydoc sever from my web browser. I start the
>> server from the command prompt and everything seems to be working