Re: [pypy-dev] translationmodules option failing

2011-04-12 Thread pypy
On Mon, Apr 11, 2011 at 09:19:22PM +0200, Armin Rigo wrote: Hi, On Mon, Apr 11, 2011 at 1:44 PM, p...@pocketnix.org wrote: -     struct, md5, cStringIO, array])) +     struct, _md5, cStringIO, array])) Thanks! Applied. Armin seems i missed the ctypes dependence on the threading

Re: [pypy-dev] translationmodules option failing

2011-04-12 Thread Armin Rigo
Re-hi, On Tue, Apr 12, 2011 at 12:34 PM, p...@pocketnix.org wrote: -     struct, _md5, cStringIO, array])) +     struct, _md5, cStringIO, array, thread])) Uh, we can't import ctypes if we have no thread module? That looks obscure and should be fixed... Armin

[pypy-dev] translationmodules option failing

2011-04-11 Thread pypy
Hi just tried to bootstrap myself in the quickest way possible via the --translationmodules option (cmdline below) and encountered an issue with the md5 module which appears to be renamed _md5. the patch below corrects this. while there was an md5 directory present in my tree it only

Re: [pypy-dev] translationmodules option failing

2011-04-11 Thread Armin Rigo
Hi, On Mon, Apr 11, 2011 at 1:44 PM, p...@pocketnix.org wrote: -     struct, md5, cStringIO, array])) +     struct, _md5, cStringIO, array])) Thanks! Applied. Armin ___ pypy-dev@codespeak.net http://codespeak.net/mailman/listinfo/pypy-dev