On 5 December 2006 at 20:58, Dirk Eddelbuettel wrote:
|
| On 5 December 2006 at 09:46, Dirk Eddelbuettel wrote:
| | | Here is what I used for strace:
| | |
| | | [EMAIL PROTECTED]:~$ cat rpytest.py
| | | import time
| | | from rpy import *
| | |
| | | x = range(0, 10)
| | | y = [ 2*i
On 5 December 2006 at 09:46, Dirk Eddelbuettel wrote:
| | Here is what I used for strace:
| |
| | [EMAIL PROTECTED]:~$ cat rpytest.py
| | import time
| | from rpy import *
| |
| | x = range(0, 10)
| | y = [ 2*i for i in x ]
| | r.plot_default(x, y)
| |
| | time.sleep
On 5 December 2006 at 16:13, Michael Hanke wrote:
| Hi,
|
| On Tue, Dec 05, 2006 at 08:32:54AM -0600, Dirk Eddelbuettel wrote:
| >
| > Moin,
| >
| > On 5 December 2006 at 14:29, Michael Hanke wrote:
| > | Hi Dirk,
| > |
| > | On Tue, Dec 05, 2006 at 06:36:53AM -0600, Dirk Eddelbuettel wrote:
|
Hi,
On Tue, Dec 05, 2006 at 08:32:54AM -0600, Dirk Eddelbuettel wrote:
>
> Moin,
>
> On 5 December 2006 at 14:29, Michael Hanke wrote:
> | Hi Dirk,
> |
> | On Tue, Dec 05, 2006 at 06:36:53AM -0600, Dirk Eddelbuettel wrote:
> | > | And python dies :(
> | >
> | > Not for me. Currnetly the R wind
Moin,
On 5 December 2006 at 14:29, Michael Hanke wrote:
| Hi Dirk,
|
| On Tue, Dec 05, 2006 at 06:36:53AM -0600, Dirk Eddelbuettel wrote:
| >
| > Hi Michael,
| >
| > On 5 December 2006 at 11:34, Michael Hanke wrote:
|
| > | As long as the output window is in the foreground and not outside t
Hi Dirk,
On Tue, Dec 05, 2006 at 06:36:53AM -0600, Dirk Eddelbuettel wrote:
>
> Hi Michael,
>
> On 5 December 2006 at 11:34, Michael Hanke wrote:
> | As long as the output window is in the foreground and not outside the
> | visible screen everything is ok. But as soon as the window is (partly
Hi Michael,
On 5 December 2006 at 11:34, Michael Hanke wrote:
| Package: python-rpy
| Version: 1.0~rc1-2
| Severity: normal
|
| Hi,
|
| when I use rpy to plot data with R I get a segfault when the plot output
| window is moved slighly outside the visible screen or is hidden by other
| window
Package: python-rpy
Version: 1.0~rc1-2
Severity: normal
Hi,
when I use rpy to plot data with R I get a segfault when the plot output
window is moved slighly outside the visible screen or is hidden by other
windows. Here is an example session that I could use to reproduce the error:
[EMA
8 matches
Mail list logo