Re: [R] problem with rJython and modules

2013-09-12 Thread R. Michael Weylandt
On Sep 12, 2013, at 13:42, Erin Hodgess wrote: > Dear R People: > > I have been experimenting with rPython, rSymPy, and rJython. Here is my > latest snag: > >> library(rJython) > Loading required package: rJava > Loading required package: rjson >> library(rSymPy) >> rJython <- rJython() >> x

[R] problem with rJython and modules

2013-09-12 Thread Erin Hodgess
Dear R People: I have been experimenting with rPython, rSymPy, and rJython. Here is my latest snag: > library(rJython) Loading required package: rJava Loading required package: rjson > library(rSymPy) > rJython <- rJython() > x <- "x" > y <- "y" > rJython$exec("from sympy import *") Error in .jc