1
vote
1answer
65 views

ImportError with rpy2 and Python 2.7

I am running Django with a virtual environment (python 2.7) and need to use the rpy2 module. However, when I run my server, I get the following error: ...
0
votes
0answers
72 views

Lost records when using Rpy2 execute r-script and write results to a csv file

I have been having problem of missing records in the output file when using Rpy2 execute r-script and the script has function of writing analysis results to a csv file. Please see below for the source ...
0
votes
1answer
190 views

Python to build website [closed]

I just used the Django tutorial to build a web site yesterday and I know very little Python as well. This might be a total Noob question, but any response is appreciated. I’m planning to use Python ...
0
votes
1answer
115 views

Rpy2 'show' not found on httpd using wsgi

Everything works fine on development server. However, the following error was showing when I moved the project to the production server running httpd and wsgi. TemplateSyntaxError at / Caught ...
0
votes
1answer
153 views

using rpy in a django app throws RPy_Exception: R Function “get” not found

Here's the traceback(copy pasted): Traceback Switch to copy-and-paste view /usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py in get_response response = ...