Re: [Rpy] segmentation fault after long batch of LM

2008-07-17 Thread Laurent Gautier
2008/7/17 laurent oget <[EMAIL PROTECTED]>: > > > 2008/7/17 Laurent Gautier <[EMAIL PROTECTED]>: >> >> I am a bit confused. >> >> Do you have data frames created and bound to the same Python variable >> names ? >> >> Or do you have a set of vectors, and subsets put together in different >> data fra

Re: [Rpy] segmentation fault after long batch of LM

2008-07-17 Thread laurent oget
2008/7/17 Laurent Gautier <[EMAIL PROTECTED]>: > I am a bit confused. > > Do you have data frames created and bound to the same Python variable names > ? > Or do you have a set of vectors, and subsets put together in different > data frame ? > (if you are iterating and building a lot of linear m

Re: [Rpy] rpy and mod_python problem

2008-07-17 Thread Laurent Gautier
I was mentioning R-2.7 because I stumbled upon posts about stack problem on BSD since R-2.7. May be it has to do with how many threads is the combo apache/mod_python is using. I think that there is a way to compile mod_python without threads. 2008/7/14 Toby Hocking <[EMAIL PROTECTED]>: > I have t

Re: [Rpy] segmentation fault after long batch of LM

2008-07-17 Thread Laurent Gautier
I am a bit confused. Do you have data frames created and bound to the same Python variable names ? Or do you have a set of vectors, and subsets put together in different data frame ? (if you are iterating and building a lot of linear model, you might be trying to do some sort of variable/model sel

[Rpy] [ rpy-Bugs-2018909 ] Importing rpy in django application fails

2008-07-17 Thread SourceForge.net
Bugs item #2018909, was opened at 2008-07-15 20:09 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2018909&group_id=48422 Please note that this message will contain a full copy of the comment thr

[Rpy] RPY & shared libraries...

2008-07-17 Thread Vince Fulco
Dear RPy Experts- Being a relative newbie at RPy, are there any non-obvious pitfalls to incorporating C-code shared libraries which work properly in R standalone? TIA -- Vince Fulco - This SF.Net email is sponsored by the

[Rpy] SF.net SVN: rpy:[579] branches/rpy_nextgen

2008-07-17 Thread lgautier
Revision: 579 http://rpy.svn.sourceforge.net/rpy/?rev=579&view=rev Author: lgautier Date: 2008-07-17 15:01:27 + (Thu, 17 Jul 2008) Log Message: --- rinterface: - set R default console output to "print" - disable R's stack checking (to avoid avoid crashes when multithr