From roerd.hinrichsen at langtec.de Fri Oct 2 17:13:26 2015 From: roerd.hinrichsen at langtec.de (=?ISO-8859-1?Q?R=F6rd?= Hinrichsen) Date: Fri, 02 Oct 2015 17:13:26 +0200 Subject: [Rpython-commits] Bug in python.method.call Message-ID: <1443798806.27145.25.camel@langtec.de> Hi, I'm writing my bug report to this mailing list since I couldn't find a more fitting channel for this R package. Basically, the function python.method.call is almost completely broken. It ignores all arguments for the method call and always calls the method without any arguments, as is obvious from its source code: python.method.call <- function( py.object, py.method, ... ){ python.call( paste( py.object, py.method, sep = "." ) ) } You can see that its "..." parameter is not used in the implementation. The example from the documentation ( python.method.call( "a", "split", " " ) ) only works because splitting on whitespace is the default behaviour for the split method. Regards R?rd Hinrichsen From crespialba at gmail.com Mon Oct 19 17:38:52 2015 From: crespialba at gmail.com (Alba Crespi) Date: Mon, 19 Oct 2015 15:38:52 -0000 Subject: [Rpython-commits] bug installing rPython Message-ID: Hello, I'm not sure if this is the correct place to report a bug. I tryed to install rPython and it failed. I'm running Debian8. This is the report I got: ** package ?rPython? successfully unpacked and MD5 sums checked a specific python version to use was not provided defaulting to the standard python in the system could not locate python-config ERROR: configuration failed for package ?rPython? * removing ?/home/alba/R/x86_64-pc-linux-gnu-library/3.1/rPython? The downloaded source packages are in ?/tmp/RtmpTKdc1e/downloaded_packages? Warning message: In install.packages("rPython") : installation of package ?rPython? had non-zero exit status Regards, Alba -------------- next part -------------- An HTML attachment was scrubbed... URL: