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 <[EMAIL PROTECTED]> 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. > _______________________________________________ > [email protected] > http://codespeak.net/mailman/listinfo/pypy-dev > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
