On my local linux machine I can run R using rpy2 from python.

When I take the same code and I use web2py I get this error....

ImportError: No module named rpy2.robjects

I am trying to import the following into the default.py controller.

import rpy2.robjects as ro
import rpy2.rlike.container as rlc

So...running a script in Python works.  Running in web2py does not
work.  Why?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to