Can't install csv parser

Bernard Delmée bdelmee at advalvas.REMOVEME.be
Sun Jul 13 15:59:51 EDT 2003


> I'm hoping someone can help me.  I've downloaded the csv.pyd file from
> http://www.object-craft.com.au/projects/csv/download.html
> and put it into my C:\Python22\DLLs directory.

Mmh...works for me - ActivePython 2.2.2
Are you sure you downloaded the pyd file corresponding to
your python version? 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?

> Traceback (most recent call last):
>   File "<pyshell#0>", line 1, in ?
>     import csv

What's pyshell? did you try from good ole trusty python.exe
in a DOS box?

Hope this'll help you diagnose,

Bernard.







More information about the Python-list mailing list