
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?

Or in pypy/lib ...
you can implement it using ctypes, should be super simple :-)
On Fri, Nov 28, 2008 at 2:41 PM, Armin Rigo arigo@tunes.org wrote:
Hi Phyo,
On Thu, Nov 27, 2008 at 11:47:31PM +0630, Phyo Arkar wrote:
I cannot import csv via pypy
Indeed, this is one of the few standard modules written in C that we haven't ported yet (_cvs is not in pypy/module/).
A bientot,
Armin. _______________________________________________ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev
participants (4)
-
Armin Rigo
-
Carl Friedrich Bolz
-
Maciej Fijalkowski
-
Phyo Arkar