Gary Smith wrote:
> I thought I had established a new Python session subsequent to reboot, 
> but I guess I was dreaming.  Today I apparently had a new session, 
> because the unittest errors declined to 6.  Your suggestion that a new 
> session would improve things

Running the unittests could be jeopardizing your session (not sure, not 
critical for the moment).

> and that Python 2.5 may be a problem seemed 
> verified.

Some of unittests cannot be run with Python 2.5
because features introduced in 2.6 were used, but that does not 
translare into Python-2.5 being problem (one could think of 
reimplementing the tests with Python 2.5-friendly code - not a priority 
at the moment)

> After trying to upgrade to Python 2.6, I found that Numpy requires 
> Python 2.4 or 2.5.  Since rpy requires Numpy, this seems an impasse.

Does it ?
It should not require Numpy if you do not want to use Numpy.


> Before the meltdown, I was running (sorry I forgot to include this info):
> 
> Windows XP SP3, 
> 
> Python 2.5.2.?,
> 
> [R] 2.8.1
> 
> rpy2-2.0.3,
> 
> numpy 1.2.1,
> 
> scipy 0.7.0
> 
> Now I’ve upgraded to Python 2.5.4.3 and I get the same result from 
> unittest – 6 errors.
> 
> Am I correct in believing that importing rpy2 establishes the /r/ object?

No. Did you check the documentation ?
http://rpy.sourceforge.net/rpy2/doc/html/introduction.html#the-r-instance

> Is there recorded somewhere central the compatible versions of these 
> related products?  Hopefully it would include others, such as wxPython, 
> matplotlib, boa-constructor and their families.  Getting the 
> dependencies from each and every product website is daunting.

?!

> Gary
> 
>  
> 
>  
> 
> ------------------------------------------------------------------------
> 
> //"Accept no assertions without evidence."  //--Goompah wisdom from 
> "Omega" by Jack McDevitt--
> 
> ------------------------------------------------------------------------
> 
> //"Nature is complete because it does not serve itself.”  //--"Tao De 
> Jing" by Lao Tze--
> 
>  
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> rpy-list mailing list
> rpy-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rpy-list


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to