[Rpy] can't install rpy2 - lipo: can't figure out the architecture type of:

2010-05-27 Thread i...@whywouldwe.com
I've tried using pip, easy_install and python setup.py install, always get the same error $ python setup.py install running install running build running build_py running build_ext building 'rpy2.rinterface.rinterface' extension gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk

[Rpy] rpy2 sphinx docs are down

2010-05-27 Thread i...@whywouldwe.com
Hi Thought someone one this list would be able to fix the docs, http://rpy.sourceforge.net/rpy2/doc/html/index.html is not working. -- ___ rpy-list mailing list

Re: [Rpy] rpy2 sphinx docs are down

2010-05-27 Thread i...@whywouldwe.com
Thanks, this is the page where I got that link from http://rpy.sourceforge.net/rpy_documentation.html B.A.D.C.M.D Santos wrote: You probably have an old link. Since there are now two flavours of rpy2 you have: http://rpy.sourceforge.net/rpy2/doc-2.1/html/index.html for rpy2.1.* and

Re: [Rpy] Installing rpy2: lipo: can't figure out the architecture type of error

2010-06-29 Thread i...@whywouldwe.com
This is a very frustrating error that I've had on numerous occasions with a myriad of different packages, I've never really known what I've done to resolve it however I've found that using python 2.6 and gcc 4.0 seems to be much better for installing python packages, you can change the symlink

Re: [Rpy] Name error: r is not defined

2010-08-06 Thread i...@whywouldwe.com
Been a while but as I recall it's import rpy rpy.function_name('foo') or something along those lines (eg name twice) Irfan Habib wrote: On Fri, Aug 6, 2010 at 8:59 AM, jul j...@climpact.com wrote: Use : from rpy import * instead of: import rpy That is precisely what I'm