Bugs item #2784356, was opened at 2009-04-30 10:20 Message generated for change (Tracker Item Submitted) made by monipol You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2784356&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: Open Resolution: None Priority: 5 Private: No Submitted By: Monic Polynomial (monipol) Assigned to: Nobody/Anonymous (nobody) Summary: setup.py - get_rconfig() fails Initial Comment: RPy2 2.0.4 In setup.py, get_rconfig(), if allow_empty = True and rconfig_m is None at the end of the function then get_rconfig() fails: $ python2.6 setup.py build Traceback (most recent call last): File "setup.py", line 147, in <module> ri_ext = getRinterface_ext(RHOME, r_packversion) File "setup.py", line 132, in getRinterface_ext allow_empty = True) +\ File "setup.py", line 81, in get_rconfig return rconfig_m.groups() AttributeError: 'NoneType' object has no attribute 'groups' The attached patch should fix this issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2784356&group_id=48422 ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list