Re: problem with pydoc under python 2.6.1

2009-03-05 Thread steve . ferg . bitbucket
Problem solved Yinon's messages prompted me to take another look at my own code (below). I realized that in the batch file I am looking for pydoc.py in different locations for Python25 and Python26, but I am executing python.exe without changing the path. Which means that I am executing the same

Re: problem with pydoc under python 2.6.1

2009-03-05 Thread Yinon Ehrlich
On Mar 5, 1:48 pm, yino...@gmail.com wrote: > On Mar 5, 1:29 pm, steve.ferg.bitbuc...@gmail.com wrote: > > > > > Has anybody encountered problems running pydoc with version 2.6.1? > > I'm getting an error message that pydoc cannot import namedtuple > > (details below). > > (I'm running under 64-bit

Re: problem with pydoc under python 2.6.1

2009-03-05 Thread yinoneh
On Mar 5, 1:29 pm, steve.ferg.bitbuc...@gmail.com wrote: > Has anybody encountered problems running pydoc with version 2.6.1? > I'm getting an error message that pydoc cannot import namedtuple > (details below). > (I'm running under 64-bit Windows Vista, although that probably is not > important.)

problem with pydoc under python 2.6.1

2009-03-05 Thread steve . ferg . bitbucket
Has anybody encountered problems running pydoc with version 2.6.1? I'm getting an error message that pydoc cannot import namedtuple (details below). (I'm running under 64-bit Windows Vista, although that probably is not important.) Here's my batch file, pydoc_test.bat: ===