Hi, I'm trying to install RPY (to interface Python and R). This are the programs installed in my PC: R - 1.9.0 Python - 2.3.4 pywin32 - 201 rpy - 0.3.5 (I'm using the executable version)
Everything installs nice, but when I try to use RPY a message box appears with this cryptic note:
"The procedure entry point malloc could not be located in the dynamic link library R.dll"
And then this shows in the interactive session: >>> import rpy Traceback (most recent call last): File "<input>", line 1, in ? File "C:\Python23\Lib\site-packages\rpy.py", line 55, in ? import _rpy ImportError: DLL load failed: The specified procedure could not be found. >>>
Any ideas? Thanks in advance! Hector
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
