[Rpy] Windows graphics not responding

2006-09-14 Thread Toby Hocking
> Hi all, > > Just wondering if anybody can help me with the following problem. > > I'm running R 2.3.1 and Python 2.4, and I've got rpy to work on windows, > but with one little glitch: > > Whenever I call a plotting function, the graphics window comes up and does > the plot, but then the windo

Re: [Rpy] problems with r.data_frame

2006-09-14 Thread Jul
>What am I doing wrong? Is the dictionary too big? Are the any limits? > > You may have problem using 'numpy' arrays as I did have before. Ensure your numpy arrays are declared with double precision. Regards, ++ Jul. -- Julien VIENNE CLIMPACT Institut Pierre-Simon Laplace 4

[Rpy] FW: import rpy not working on Windows

2006-09-14 Thread Leblanc, Alain
Title: FW: [Rpy] import rpy not working on Windows rpy 1.0-rc1 has a fix for this problem. You can download from sourceforge. I only tested with python 2.4, though. -Original Message- From: [EMAIL PROTECTED] on behalf of Luca Manini Sent: Thu 9/14/2006 9:19 AM To: RPy help,  suppor

[Rpy] problems with r.data_frame

2006-09-14 Thread oliver . tomic
Hi list, I use: Windows XP numpy 0.9.8 Rpy 1.0-RC1 I have some data that I keep in a python-dictionary and which I would like to transfer into a data frame in R. The dictionary has 20 keys with each key being assigned to a list holding 336 numerical values. (that is 20 * 336 = 6720 entries for t

Re: [Rpy] import rpy not working on Windows

2006-09-14 Thread Luca Manini
> "Peter" == Peter (RPy List) <[EMAIL PROTECTED]> writes: > Luca Manini wrote: >>> "Alain" == Alain Leblanc <[EMAIL PROTECTED]> writes: >> > Hi Luca, Which version of rpy are you using? >> >> # python >>> from rpy_version import rpy_version >>> print >> rpy_versio

[Rpy] problems with r.data_frame

2006-09-14 Thread oliver . tomic
Hi list, I use: Windows XP numpy 0.9.8 Rpy 1.0-RC1 I have some data that I keep in a python-dictionary and which I would like to transfer into a data frame in R. The dictionary has 20 keys (representing the columns) with each key being assigned to a list holding 336 numerical values (representi

[Rpy] Linux Plotting SegFault

2006-09-14 Thread Edward Hartley
Hi I see the problem described earlier as well with the plotting examples. The first example is OK the  second gives this response: Python 2.4.3 (#2, Apr 18 2006, 11:58:01) [GCC 3.2.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from rpy import * RHOME= /u

Re: [Rpy] import rpy not working on Windows

2006-09-14 Thread Peter (RPy List)
Luca Manini wrote: >> "Alain" == Alain Leblanc <[EMAIL PROTECTED]> writes: > > > Hi Luca, Which version of rpy are you using? > > # python > >>> from rpy_version import rpy_version > >>> print rpy_version > 0.99.2 > >>> > # > rpy 0.99.2 does not recognise the ve

Re: [Rpy] import rpy not working on Windows

2006-09-14 Thread Luca Manini
> "Alain" == Alain Leblanc <[EMAIL PROTECTED]> writes: > Hi Luca, Which version of rpy are you using? # python >>> from rpy_version import rpy_version >>> print rpy_version 0.99.2 >>> # -- bye, Luca ---