Re: [Rpy] rpy2-2.0.6 on ubuntu 9.04: tests fail

2009-07-14 Thread Laurent Gautier
Agustin Lobo wrote: > Hi! > After installing (python setup.py install), I run the tests and get > the following. What should I do? When looking at what failed, you'll notice that the failure is forced (something like "assertTrue(False)" is bound to fail) and that a short explanation as a comment

[Rpy] [ rpy-Support Requests-2821299 ] installing RPy on OS X with deps satisfied through MacPorts

2009-07-14 Thread SourceForge.net
Support Requests item #2821299, was opened at 2009-07-14 08:15 Message generated for change (Tracker Item Submitted) made by mamoll You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453022&aid=2821299&group_id=48422 Please note that this message will contain a full co

[Rpy] [ rpy-Support Requests-2821299 ] installing RPy on OS X with deps satisfied through MacPorts

2009-07-14 Thread SourceForge.net
Support Requests item #2821299, was opened at 2009-07-14 08:15 Message generated for change (Settings changed) made by mamoll You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453022&aid=2821299&group_id=48422 Please note that this message will contain a full copy of

Re: [Rpy] rpy and maps

2009-07-14 Thread Chuck White
Thanks Laurent. I didn't realize that I need the first line shown below. r['data']('us.cities') < us_cities = globalEnv['us.cities'] r['map.cities'](us_cities, capital=2) -- Enter the BlackBerry Developer Ch