Hello;<br><br>I cannot import csv via pypy<br><br>Python Python 2.5.2 (pypy 1.0.0 build 60168) on linux2<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>
And now for something completely different: ``this is a perfect channel topic&#39;&#39;<br>&gt;&gt;&gt;&gt; import csv<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;console&gt;&quot;, line 1, in &lt;interactive&gt;<br>
&nbsp; File &quot;/root/python/pypy-trunk/latest/lib-python/2.5.2/csv.py&quot;, line 7, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from _csv import Error, __version__, writer, reader, register_dialect, \<br>ImportError: No module named _csv<br>
<br>is _csv module not developed yet?<br>