Re: [Rpy] More seg faults (Rpy 2.2.0beta3)

2011-05-18 Thread Artur Wroblewski
On Fri, May 13, 2011 at 7:01 PM, Christian Marquardt wrote: > I tried your popen script before, but it's running fine - no core dump. I'll > might try to compile a debuggable python over the weekend... I have just discovered that compiling Python with "--with-wide-unicode" helps in my os.popen t

Re: [Rpy] More seg faults (Rpy 2.2.0beta3)

2011-05-18 Thread Thomas Kluyver
Ah, Unicode. I believe the builds from python.org are narrow unicode (i.e. UTF-16), whereas those shipped in many Linux distros (including the one I use) are wide unicode (UTF-32). This might explain why I can't replicate your segfaults. Thomas On 18 May 2011 23:56, Artur Wroblewski wrote: > On