Hi All,
I have been trying hard to setup rpy2 on my Windows 7 PC. I am at a stage now
where I really need some help from you to go to the next step in the process.
The error where I am stuck is when I do "import rpy2.tests". Not sure why
python could not open the dll. And not sure what it means "Specified Module not
found". The opened R.dll in dependency walker and ensured all dlls are
available.
Any insight is appreciated. Thanks.
>>> import rpy2.tests
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\rpy2\tests.py", line 3, in <module>
import rpy2.robjects.tests
File "C:\Python27\lib\site-packages\rpy2\robjects\__init__.py", line 12, in <m
odule>
import rpy2.rinterface as rinterface
File "C:\Python27\lib\site-packages\rpy2\rinterface\__init__.py", line 72, in
<module>
from rpy2.rinterface.rinterface import *
ImportError: DLL load failed: The specified module could not be found.
I am using the below version:
rpy2: 2.0.8 precompiled package
Python: 27
R: 2.12.1 /2.13.1
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list