Package: python2.4 Version: 2.4.4-1 I get an error message when importing csv module.
Try this: - - - - $ python2.4
import csv
- - - - And you'll get: - - - - Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.4/csv.py", line 14, in ? except ImportError: AttributeError: 'module' object has no attribute 'reader'
- - - - Thank you ven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

