Can't install csv parser

John Machin sjmachin at lexicon.net
Mon Jul 14 20:03:42 EDT 2003


BogAl <bogal2 at comcast.net> wrote in message news:<MPG.197b8c26ad33253e9896a7 at news.in.comcast.giganews.com>...
> Thanks for the reply, Bernard....
> 
> > Running the MS "depends" utility on
> > csv.pyd reveals that it only needs python22.dll, msvcrt.dll
> > and kernel32.dll. Are these all on your PATH?
> > 
> 
> I think they are now....
> "...C:\WINDOWS\SYSTEM\python22.dll;C:\WINDOWS\SYSTEM\KERNEL32.dll;\C:
> \WINDOWS\SYSTEM\MSVCRT.dll;..."

I think not; path should contain a list of *directories*, not *files*
-- Windows is silently ignoring the non-existence of directories
called "C:\WINDOWS\SYSTEM\python22.dll" etc.

Rephrasing Bernard's question: do you have those 3 files in
directories that are listed in your system path?

After a normal Python installation, you would expect to have
c:\Python22 in your path, and Python22.dll in that directory.




More information about the Python-list mailing list