Hi,
I am having problems importing rpy in Windows under Python 2.5.2 / R2.7:

>>> import rpy
Error in function (x, pos = -1, envir = as.environment(pos), mode = "any",  :
  variable "help" was not found
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "D:\Python25\Lib\site-packages\rpy.py", line 346, in <module>
    r = R()
  File "D:\Python25\Lib\site-packages\rpy.py", line 297, in __init__
    self.helpfun = with_mode(NO_CONVERSION, self.__getitem__('help'))
  File "D:\Python25\Lib\site-packages\rpy.py", line 318, in __getitem__
    obj = self.__dict__[name] = self.__dict__.get(name, self.get(name))
rpy.RPy_RException: Error in function (x, pos = -1, envir =
as.environment(pos), mode = "any",  :

  variable "help" was not found

=====

System:
- Windows XP sp3
- Python 2.5.2 [Enthought Python 2.5.2001, release25-maint)
- rpy-1.0.3-R-2.7.0-win32-py2.5.exe
- R version 2.7.0 (2008-04-22)

=====

Any help or advice would be appreciated.

Thanks.

-gyro

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to