Re: [Rpy] rpy 2.2.0 setup.py

2011-05-01 Thread Artur Wroblewski
On Sun, May 1, 2011 at 10:36 PM, Laurent Gautier wrote: > On 2011-05-01 20:14, Artur Wroblewski wrote: >> >> Hi, >> >> The setup.py on version_2.2.0 contains line >> >>     package_prefix = os.path.join('build', 'python3_rpy') >> >> Shouldn't it be >> >>     package_prefix = os.path.join('build',

Re: [Rpy] python 3 and unicode (rpy 2.2.0)

2011-05-01 Thread Laurent Gautier
Thanks. It is now reopened. L. On 2011-05-01 20:04, Artur Wroblewski wrote: > Hi, > > Some time ago I have raised the bug > > > https://bitbucket.org/lgautier/rpy2/issue/65/segfault-with-unicode-characters-in-python > > It is marked as fixed, but the problem still persists. > > Tested with

Re: [Rpy] rpy 2.2.0 setup.py

2011-05-01 Thread Laurent Gautier
On 2011-05-01 20:14, Artur Wroblewski wrote: > Hi, > > The setup.py on version_2.2.0 contains line > > package_prefix = os.path.join('build', 'python3_rpy') > > Shouldn't it be > > package_prefix = os.path.join('build', 'rpy') > > ? I don't think so. That package path is only used for Py

[Rpy] rpy 2.2.0 setup.py

2011-05-01 Thread Artur Wroblewski
Hi, The setup.py on version_2.2.0 contains line package_prefix = os.path.join('build', 'python3_rpy') Shouldn't it be package_prefix = os.path.join('build', 'rpy') ? Best regards, w -- WhatsUp Gold - Downloa

[Rpy] python 3 and unicode (rpy 2.2.0)

2011-05-01 Thread Artur Wroblewski
Hi, Some time ago I have raised the bug https://bitbucket.org/lgautier/rpy2/issue/65/segfault-with-unicode-characters-in-python It is marked as fixed, but the problem still persists. Tested with python 3.2. Best regards, w