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
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
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
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/