Can't install csv parser

BogAl bogal2 at comcast.net
Sun Jul 13 15:48:06 EDT 2003


Hi, all....

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.  Typing

import csv

into a python window results in the following error message:

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in ?
    import csv
ImportError: DLL load failed: One of the library files needed to run this 
application cannot be found.

Can someone help me get this running?

Thanks,
BogAl




More information about the Python-list mailing list