On Wed, Apr 9, 2008 at 3:26 AM, Laurent Gautier <[EMAIL PROTECTED]> wrote:
> Issues with the C stack are encountered now and then, and this might
>  be a problem
>  with R:
>  http://tolstoy.newcastle.edu.au/R/e4/help/08/01/2069.html
>
>  More generally, whenever the host application (here the Python
>  process) is manipulating the stack (like when using threads I think)
>  the problem might be more likely to appear.
>
>  What is probably needed is a 100% reproducible example (I have not
>  looked at Lucas' yet) that would help locate precisely (and hopefully
>  fix) the problem.
>

So who ever experienced a similar error, could you try:

I get an error here on each machine I have:

>>> from rpy import *
>>> x = range(1,11)
>>> y = [i**2 for i in x]
>>> z = [i**3 for i in x]
>>> r.plot(x, y, main='My second plot', xlab='x', ylab='y', type='l',
col='blue')
>>> r.lines(x, z, col='red')


Lucas

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to