Bugs item #2784356, was opened at 2009-04-30 15:20
Message generated for change (Comment added) made by lgautier
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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Monic Polynomial (monipol)
>Assigned to: lgautier (lgautier)
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.


----------------------------------------------------------------------

>Comment By: lgautier (lgautier)
Date: 2009-05-01 10:54

Message:
Should be fixed in both the tip and the version_2.0.x branch

----------------------------------------------------------------------

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

Reply via email to