Re: [Rpy] windows install without registry lookups

2009-02-04 Thread James Yoo
not sure about your idea for running the exe, with paths on the commandline... but regarding problems installing the exe and registry flim-flam, this is an issue with the dist_utils python package used to create the rpy installer as I have been informed my guess is that your most sustainable s

Re: [Rpy] rpy2 compile on windows

2009-01-15 Thread James Yoo
; > See > http://www.mail-archive.com/rpy-list@lists.sourceforge.net/msg01365.html > > > James Yoo wrote: > >> hello again, >> >> I've gotten really close to compiling R-2.8.1 and rpy2 on windows >> (non-trivial if you don't have admin rights) >>

[Rpy] rpy2 compile on windows

2009-01-14 Thread James Yoo
hello again, I've gotten really close to compiling R-2.8.1 and rpy2 on windows (non-trivial if you don't have admin rights) hoping someone on this list may be able to recognize something here (besides my incompetence)... python setup.py build compiler=mingw running build running build_py runnin

Re: [Rpy] compiling rpy2 on windows R-2.8.1

2009-01-12 Thread James Yoo
; undeclared (first use in this function) rpy\rinterface\rinterface.c: In function 'EmbeddedR_exception_from_errmessage': rpy\rinterface\rinterface.c:473: warning: initialization discards qualifiers from pointer target type error: command 'gcc' failed with exit status 1 On Mon

Re: [Rpy] compiling rpy2 on windows R-2.8.1

2009-01-12 Thread James Yoo
Hmmm, I'm trying to use mingw to compile rpy2. I've setup my paths to only include R, Rtools, mingw... but for some dang reason, setup.py keeps finding msvc instead... what am I missing here? On Sat, Jan 3, 2009 at 2:22 AM, Laurent Gautier wrote: > James Yoo wrote: > &g

Re: [Rpy] compiling rpy2 on windows R-2.8.1

2009-01-02 Thread James Yoo
line 112 (or thereabouts) in setup.py: include_dirs = [x.lstrip('-I') for x in include_dirs] lstrip tends to be too greedy and turns "-II:\path\to\include" into ":\path\to\include"... On Fri, Jan 2, 2009 at 2:18 PM, Laurent Gautier wrote: > James

[Rpy] compiling rpy2 on windows R-2.8.1

2009-01-02 Thread James Yoo
Sorry for the redundant post, but I felt that I should change the subject header. On Fri, Jan 2, 2009 at 11:31 AM, James Yoo wrote: > Hi, > > Running into a couple problems compiling rpy2 on windows. > I have R_HOME defined and R in the system path. > > first of

Re: [Rpy] rpy2 windows binary install

2009-01-02 Thread James Yoo
->shape' must point to struc t/union rpy\rinterface\array.c(134) : error C2223: left of '->strides' must point to str uct/union rpy\rinterface\array.c(136) : error C2223: left of '->data' must point to struct /union rpy\rinterface\array.c(137) : error C2223

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
Thanks. I think I'm stuck with compiling it. On Dec 19, 2008, at 6:51 PM, Peter wrote: > On Fri, Dec 19, 2008 at 9:19 PM, James Yoo > wrote: >> yes, I have R in the path... the hang up is that the rpy2 binary >> installer >> expects to find python in the

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
oh, but the root of the problem is that I do not have admin rights on the install target On Fri, Dec 19, 2008 at 4:38 PM, James Yoo wrote: > whoa, that looks very promising. Thank you very much. > > > On Fri, Dec 19, 2008 at 4:22 PM, laurent oget wrote: > >> http://mail

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
whoa, that looks very promising. Thank you very much. On Fri, Dec 19, 2008 at 4:22 PM, laurent oget wrote: > http://mail.python.org/pipermail/distutils-sig/2001-January/001807.html > > I think your answer is in there > > L > > 2008/12/19 James Yoo : > > yes, I have R

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
he good news is that building rpy2 from source is not that hard. All > you need is MSYS and MINGW, then 'python setup.py install' will get > you there. There are a few issues with R-2.8.0 but you can find > workarounds in the list archive. > > L > > > 2008/12/19 James

Re: [Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
On Fri, Dec 19, 2008 at 8:53 PM, James Yoo wrote: > > I have a binary install of python2.5 and R-2.8.0, both in non-standard > > locations and not in the registry. Is there a way to get the rpy2 > installer > > to see my python install without inspecting the registry? >

[Rpy] rpy2 windows binary install

2008-12-19 Thread James Yoo
I have a binary install of python2.5 and R-2.8.0, both in non-standard locations and not in the registry. Is there a way to get the rpy2 installer to see my python install without inspecting the registry? thanks for any help. james -