Bugs item #3537112, was opened at 2012-06-22 02:21
Message generated for change (Comment added) made by lgautier
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=3537112&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: rpy
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Tommy Carstensen ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Could not contact display on/bin/R: No such file or director

Initial Comment:
Bug 1: python setup.py install does not work with Python versions prior to 2.6, 
because of dependency on function namedtuple from module collections.

Bug 2: python setup.py install yields the following error:

sh: Could not contact display on/bin/R: No such file or directory
Traceback (most recent call last):
  File "setup.py", line 441, in <module>
    [os.path.join('doc', 'source', 'rpy2_logo.png')])],
  File "/software/python-2.7.3/lib/python2.7/distutils/core.py", line 152, in 
setup
    dist.run_commands()
  File "/software/python-2.7.3/lib/python2.7/distutils/dist.py", line 953, in 
run_commands
    self.run_command(cmd)
  File "/software/python-2.7.3/lib/python2.7/distutils/dist.py", line 972, in 
run_command
    cmd_obj.run()
  File "/software/python-2.7.3/lib/python2.7/distutils/command/install.py", 
line 563, in run
    self.run_command('build')
  File "/software/python-2.7.3/lib/python2.7/distutils/cmd.py", line 326, in 
run_command
    self.distribution.run_command(command)
  File "/software/python-2.7.3/lib/python2.7/distutils/dist.py", line 972, in 
run_command
    cmd_obj.run()
  File "/software/python-2.7.3/lib/python2.7/distutils/command/build.py", line 
127, in run
    self.run_command(cmd_name)
  File "/software/python-2.7.3/lib/python2.7/distutils/cmd.py", line 326, in 
run_command
    self.distribution.run_command(command)
  File "/software/python-2.7.3/lib/python2.7/distutils/dist.py", line 971, in 
run_command
    cmd_obj.ensure_finalized()
  File "/software/python-2.7.3/lib/python2.7/distutils/cmd.py", line 109, in 
ensure_finalized
    self.finalize_options()
  File "setup.py", line 144, in finalize_options
    rversion = get_rversion(r_home)
  File "setup.py", line 186, in get_rversion
    rversion = m.groups()[0]
AttributeError: 'NoneType' object has no attribute 'groups'

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

>Comment By: lgautier (lgautier)
Date: 2012-06-26 10:08

Message:
Thanks for the report.

- Bug 1: Python < 2.6 is unfortunately not supported. I would encourage you
to update. If not you will have to rely on an older version of rpy2.

- Bug 2: This is the first time I see this error. What does give "which R"
in a shell ?

Two notes:
- Please report only one bug per report (it makes the tracking easier)
- The bitbucket site is where I am mostly active regarding bugs. There
might still be indications floating around that bugs can be reported on SF,
I have to correct them.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=3537112&group_id=48422

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to