Hello;
I cannot import csv via pypy
Python Python 2.5.2 (pypy 1.0.0 build 60168) on linux2
Type "help", "copyright", "credits" or "license" for more information.
And now for something completely different: ``this is a perfect channel
topic''
>>>> import csv
Traceback (most recent call last):
File "<console>", line 1, in <interactive>
File "/root/python/pypy-trunk/latest/lib-python/2.5.2/csv.py", line 7, in
<module>
from _csv import Error, __version__, writer, reader, register_dialect, \
ImportError: No module named _csv
is _csv module not developed yet?
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev