Hello,
I wrote a small code but it failed because of this command:
income_density=r.density(data_dict['Income'])
The error is:
Traceback (most recent call last):
File "C:\Documents and Settings\rbilinafalafala\Desktop\Steve's\test1.py",
line 18, in
income_density=r.density(data_dict['
Dear Mr. Gautier,
I succeeded in installing Rpy2 on Windows XP (On Vista, I got errors). I,
therefore, tested my installation as follows:
import rpy2.tests
import unittest
tr = unittest.TextTestRunner(verbosity = 1)
suite = rpy2.tests.suite()
tr.run(suite)
As a result, I got 8 failures. One o
Dear Mr. Gautier,
Thank you very much for your first reply. Your guess is that I need admin
rights to install the package Rpy but why I did not have the same problem when
installing Python 2.5.4 or Numpy 1.3.0 or Scipy 0.7.0 or Pywin 32.
Is there any installation difference between the package N