I fixed the problem I was having importing R libraries while running 
running rpy2 on an Apache server under mod_wsgi (Bottle).

Instead of

     r.library("zoo")

I need to use

     zoo=importr('zoo')


Bill

On 10/13/2011 1:00 PM, William T. Martin wrote:
> Has anyone successfully run rpy2 on an Apache server using mod_wsgi?
>
> I am using the rpy2 v.2.3.0 under Ubuntu.  The base robjects work fine,
> but the rpy2 program hangs up on the first r.library() statement.
>
> Thank you
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> rpy-list mailing list
> rpy-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rpy-list


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to