search for: getpythonhandler

Displaying 1 result from an estimated 1 matches for "getpythonhandler".

2009 Sep 08
0
RSPython can't find module
...n seems to load up OK, with a couple of warnings: > require(RSPython) Loading required package: RSPython Initialized R-Python interface package. Warning messages: 1: In .PythonInit() : the Python callback manager has been registered implicitly using the defaults (referenceManager())! 2: In getPythonHandler() : the Python callback manager has been registered implicitly using the defaults (referenceManager())! and it works fine for built-in functions: > .Python("range",0,10) sys:1: DeprecationWarning: integer argument expected, got float [1] 0 1 2 3 4 5 6 7 8 9 However, I can't...