![](https://secure.gravatar.com/avatar/ac6db094bcfad225fa22561ecc68b072.jpg?s=120&d=mm&r=g)
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?
![](https://secure.gravatar.com/avatar/bfc96d2a02d9113edb992eb96c205c5a.jpg?s=120&d=mm&r=g)
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