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 "", line 1, in
File "D:\Python25\Lib\site-packages\
Revision: 618
http://rpy.svn.sourceforge.net/rpy/?rev=618&view=rev
Author: lgautier
Date: 2008-08-05 11:00:11 + (Tue, 05 Aug 2008)
Log Message:
---
refactored a bit the documentation
Modified Paths:
--
branches/rpy_nextgen/doc/source/conf.py
branche
Revision: 617
http://rpy.svn.sourceforge.net/rpy/?rev=617&view=rev
Author: lgautier
Date: 2008-08-05 10:57:00 + (Tue, 05 Aug 2008)
Log Message:
---
- docstrings
- create several instances of R does not throw exceptions anymore
Modified Paths:
--
branche
Revision: 616
http://rpy.svn.sourceforge.net/rpy/?rev=616&view=rev
Author: lgautier
Date: 2008-08-05 10:52:32 + (Tue, 05 Aug 2008)
Log Message:
---
docstrings
Modified Paths:
--
branches/rpy_nextgen/rpy/rlike/container.py
Modified: branches/rpy_nextgen
Revision: 615
http://rpy.svn.sourceforge.net/rpy/?rev=615&view=rev
Author: lgautier
Date: 2008-08-05 10:42:58 + (Tue, 05 Aug 2008)
Log Message:
---
initEmbeddedR() no longer throws an exception when called when R is already
initialized
(it just has no effect)
Modified