Bugs item #2810185, was opened at 2009-06-22 13:23 Message generated for change (Settings changed) made by lgautier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2810185&group_id=48422
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: rpy2 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: monipol (monipol) Assigned to: lgautier (lgautier) Summary: setup.py build fails Initial Comment: This is Rpy2 2.0.5 on Mac OS X via Fink. setup.py build fails with /sw/bin/python2.6 setup.py build Traceback (most recent call last): File "setup.py", line 153, in <module> ri_ext = getRinterface_ext(RHOME, r_packversion) File "setup.py", line 138, in getRinterface_ext allow_empty = True) +\ TypeError: can only concatenate tuple (not "list") to tuple because in get_rconfig() lines 81+ contain if (rconfig_m is None): if allow_empty: return [] As a non-empty get_rconfig() result is a tuple (re.MatchObject.groups()) which is concatenated with previous results, an empty result should also be an empty tuple. Changing return [] to return () fixes this problem. ---------------------------------------------------------------------- Comment By: lgautier (lgautier) Date: 2009-06-22 22:56 Message: Fixed in both the branch version_2.0.x and the tip (2.1-dev) ---------------------------------------------------------------------- Comment By: monipol (monipol) Date: 2009-06-22 17:47 Message: Sorry, I didn't know calls for test were sent to that mailing list -- I've only subscribed to the file releases feed. I'm subscribing to the mailing list too now. ---------------------------------------------------------------------- Comment By: lgautier (lgautier) Date: 2009-06-22 17:27 Message: Answering to calls for testing on OS X *before* the release would also be helpful: http://www.mail-archive.com/rpy-list@lists.sourceforge.net/msg01994.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2810185&group_id=48422 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list