Re: [Rpy] segfault and 'release unlocked lock'

2008-05-09 Thread Mario Beauchamp
Hi Andrew, On Fri, May 9, 2008 at 1:24 PM, Andrew Dalke <[EMAIL PROTECTED]> wrote: > On May 7, 2008, at 1:02 AM, Andrew Dalke wrote: >> I've been having a lot of problems with intermittent crashes while >> using RPy under a rather old Python 2.4.2 install, with no Numeric >> support whatsoever. T

[Rpy] future of rpy 1.0

2008-11-30 Thread Mario Beauchamp
Hi, I was just wondering... now that rpy 2.0 seems to be the new thing, does that mean rpy 1.0 will die? I am not ready yet to go 2.0 and I still depend on windows installers for newer versions of R as they come along but it seems that none are coming... Thank you -- Mario B. --

Re: [Rpy] future of rpy 1.0

2008-12-01 Thread Mario Beauchamp
Hi, On Mon, Dec 1, 2008 at 5:30 AM, Peter <[EMAIL PROTECTED]> wrote: > > Hopefully the backward compatibility interface in rpy 2.0 will > eventually make upgrading from rpy1 to rpy2 simple. I will eventually make the upgrade but since rpy is bundled into my software (along with R and a bunch of o

Re: [Rpy] future of rpy 1.0

2008-12-01 Thread Mario Beauchamp
Hi Greg, On Mon, Dec 1, 2008 at 10:39 AM, Warnes, Gregory R. <[EMAIL PROTECTED]> wrote: > RPy 1.0 will continue to exist, and bug fixes will be made, but feature > enhancements will occur in RPy2 Fair enough. > I'll try to create a Windows installer for 2.8.0 later this week. About that, I was

Re: [Rpy] future of rpy 1.0

2008-12-02 Thread Mario Beauchamp
Hi, On Tue, Dec 2, 2008 at 5:38 AM, Peter <[EMAIL PROTECTED]> wrote: > > When building python extensions, you are generally recommended to use > the same compiler as was used for python. On Windows with the > official Python 2.3, this meant MSVC 6.0, but for later versions of > Python more recent

Re: [Rpy] Problems importing rpy in python2.4.3 and R 2.2.1

2006-08-13 Thread Mario Beauchamp
Hi, On 8/13/06, Tom Conerly <[EMAIL PROTECTED]> wrote: > I first tried it with rpy-1.0-RC1.win32.py2.4 and it didn't work so I > unistalled python/R and reinstalled those and installed > rpy-0.99.2.win32-py2.4. I've had similar probs with RC1 and R 2.2.1. It appears there's only _rpy2031.pyd incl

Re: [Rpy] Problems importing rpy in python2.4.3 and R 2.2.1

2006-08-13 Thread Mario Beauchamp
Salut Alain, On 8/13/06, Alain Leblanc <[EMAIL PROTECTED]> wrote: > About the Rblas problem. Add the path to the bin directory of your R > installation to your Path variable (Go to Control Panel -> System -> > Advanced -> Environment Variables. Then select PATH in the bottom > windows and add the

Re: [Rpy] r['CRS']("+init=epsg:4214") returns NULL obj!

2006-09-25 Thread Mario Beauchamp
Hi xianfeng, On 9/25/06, xianfeng song <[EMAIL PROTECTED]> wrote: > Dear All, > > I tried 'Python-RPy' to call functions of 'sp'/'rgdal' packages, and > failed at initialize the 'CRS' object. It always returned a NULL obj. Have you tried the gdal-dev list ([EMAIL PROTECTED])? Some of the rgdal de

Re: [Rpy] Confusing Bug; 'import gtk' causing rpy to misbehave?!

2006-10-20 Thread Mario Beauchamp
Hi Reidar, On 10/20/06, Reidar Strand Hagen <[EMAIL PROTECTED]> wrote: > > anybody smarter than me got any clue what's going on? I have experienced similar strange behaviors when mixing gtk and rpy. It may be that the gtk initialisation is interfering with rpy's. When those are preloaded (ie with

Re: [Rpy] Confusing Bug; 'import gtk' causing rpy to misbehave?!

2006-10-23 Thread Mario Beauchamp
Hi Reidar, On 10/21/06, Reidar Strand Hagen <[EMAIL PROTECTED]> wrote: > > It may be that the gtk initialisation is interfering with rpy's. When > > those are preloaded (ie within an application), the problems go away. > > Preloaded? Are you referring to py2exe? I do use py2exe for my app but wh

[Rpy] RC3 fix for Python 2.4?

2007-10-17 Thread Mario Beauchamp
Hi all, I am having the same probs mentioned previously importing rpy on XP but I cannot (easily) upgrade to Python 2.5 so I cannot use Manuzhai's binary. Can anyone help? Or when will there be a RC4 to fix that bug? Thanks cheers -- Mario B. ---

Re: [Rpy] RC3 fix for Python 2.4?

2007-10-17 Thread Mario Beauchamp
Hi Gregory, On 10/17/07, Gregory Warnes <[EMAIL PROTECTED]> wrote: > I'm in the process of bug-fixing and patching. I expect to post a > new source code release early next week, and will try to follow up > with a windows build soon after. Great! I will wait for the windows build then. Thanks!

[Rpy] still cannot import rpy on XP

2007-12-19 Thread Mario Beauchamp
Hi all, I'm having the same problem as before: import rpy fails silently in interactive interpreter. Trying in pythonwin crashes it. Running Windows XP SP2, R 2.5.1, Python 2.4.2, Numeric Using rpy-1.0.1-R-1.3.0-to-2.6.1-Numeric-win32-py2.4.exe This looks like the same bug as before... should it

Re: [Rpy] still cannot import rpy on XP

2007-12-20 Thread Mario Beauchamp
Hi Gregory, On Dec 20, 2007 5:20 PM, Gregory Warnes <[EMAIL PROTECTED]> wrote: > Hi Mario, > > Can you check the python local packages directory to check the > version of rpy that is actually getting installed. I did have a > small problem in the first version of the file I uploaded, but I > thou

Re: [Rpy] still cannot import rpy on XP

2008-01-06 Thread Mario Beauchamp
Hi Gregory, On Jan 3, 2008 7:16 PM, Gregory Warnes <[EMAIL PROTECTED]> wrote: > Hmm. Other folks (including myself) don't seem to be having a > problem with the new version. Can you add a print statement into > the rpy.py file to make sure you are getting the one you are looking at? Back to wo

Re: [Rpy] still cannot import rpy on XP

2008-01-07 Thread Mario Beauchamp
Hi Gregory, On Jan 7, 2008 10:16 AM, Gregory Warnes <[EMAIL PROTECTED]> wrote: > > Hi Mario, > > > I had stepped through rpy.py in pythonwin and everything was normal. > > It crashes pythonwin in the exec("import _rpy%s as _rpy" % RVER) > > statement, and RVER is the right one. > > > > Oh dear. H