Re: [Rpy] Rpy import error in django app

2009-05-26 Thread Laurent Gautier
Barry Rowlingson wrote: > On Sun, May 24, 2009 at 7:57 PM, Toby HOCKING > wrote: >> Yes this is a bizarre error that I had been getting. It was difficult >> to track down >> exactly where the bug came from, but it was somehow related to the C >> stack limit size, >> which was evidently too small

Re: [Rpy] Rpy import error in django app

2009-05-26 Thread Barry Rowlingson
On Sun, May 24, 2009 at 7:57 PM, Toby HOCKING wrote: > Yes this is a bizarre error that I had been getting. It was difficult > to track down > exactly where the bug came from, but it was somehow related to the C > stack limit size, > which was evidently too small and causing the R process to crash

Re: [Rpy] Rpy import error in django app

2009-05-24 Thread Toby HOCKING
Yes this is a bizarre error that I had been getting. It was difficult to track down exactly where the bug came from, but it was somehow related to the C stack limit size, which was evidently too small and causing the R process to crash ... only when used in conjunction with RPy and Django (bi

[Rpy] Rpy import error in django app

2009-05-22 Thread wierob
Hi, I tried to use Rpy inside a Django app but got the following error that prevents importing and using Rpy: File "/home/wierob/Desktop/mysite/../mysite/polls/views.py", line 1, in from rpy import * File "/usr/lib/python2.6/dist-packages/rpy.py", line 346, in r = R() File "/usr/