[Rpy] problems importing rpy

2008-08-05 Thread gfunch
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\

[Rpy] SF.net SVN: rpy:[618] branches/rpy_nextgen/doc/source

2008-08-05 Thread lgautier
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

[Rpy] SF.net SVN: rpy:[617] branches/rpy_nextgen

2008-08-05 Thread lgautier
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

[Rpy] SF.net SVN: rpy:[616] branches/rpy_nextgen/rpy/rlike/container.py

2008-08-05 Thread lgautier
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

[Rpy] SF.net SVN: rpy:[615] branches/rpy_nextgen

2008-08-05 Thread lgautier
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