Re: [Rpy] Fwd: rpy2- error using hist example on WXP...

2008-08-17 Thread laurent
On Sun, 2008-08-17 at 13:48 -0400, Vince Fulco wrote: > Oddly on the original WXP box and running in IDLE, the R graphics > device appears but no plot is drawn and no error message is given. > Running from the CLI, the plot is generated w/o a hitch. Event loops entanglements, I suppose. The code c

Re: [Rpy] Fwd: rpy2- error using hist example on WXP...

2008-08-17 Thread Vince Fulco
Oddly on the original WXP box and running in IDLE, the R graphics device appears but no plot is drawn and no error message is given. Running from the CLI, the plot is generated w/o a hitch. On an unrelated note, trying a standard install on my FC8 x86_64 box fails with Rinternals.h, Rdefines.h, et

Re: [Rpy] Fwd: rpy2- error using hist example on WXP...

2008-08-17 Thread Laurent Gautier
2008/8/17 Vince Fulco <[EMAIL PROTECTED]>: > x = robjects.r.rnorm(100) > > robjects.r('hist(%s, xlab="x", main="hist(x)")' %repr(x)) > > Traceback (most recent call last): > File "", line 1, in > robjects.r('hist(%s, xlab="x", main="hist(x)")' %repr(x)) > File "C:\Python25\Lib\site-packages\rp

[Rpy] Fwd: rpy2- error using hist example on WXP...

2008-08-16 Thread Vince Fulco
x = robjects.r.rnorm(100) robjects.r('hist(%s, xlab="x", main="hist(x)")' %repr(x)) Traceback (most recent call last): File "", line 1, in robjects.r('hist(%s, xlab="x", main="hist(x)")' %repr(x)) File "C:\Python25\Lib\site-packages\rpy2\robjects\__init__.py", line 421, in __call__ p = s