id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,distribution,status_field
2199,"Rainbow changes Python's sys.executable, breaking 0launch's GUI",talex5,sascha_silbe,"{{{
$ python -c 'import sys; print sys.executable'
/usr/bin/python

$ sudo rainbow-easy bug python -c ""import sys; print sys.executable""
SyntaxError: invalid syntax

$ sudo rainbow-easy bug python
>>> import sys; print sys.executable
/home/test/
}}}

The Python docs say:

sys.executable
    A string giving the name of the executable binary for the Python interpreter, on systems where this makes sense.


This is using the Ubuntu/Lucid universe rainbow package.

{{{
$ apt-cache policy rainbow
rainbow:
  Installed: 0.8.6-1
  Candidate: 0.8.6-1
  Version table:
 *** 0.8.6-1 0
        500 http://gb.archive.ubuntu.com/ubuntu/ lucid/universe Packages
        100 /var/lib/dpkg/status
}}}",defect,accepted,Normal,,Rainbow,Git as of bugdate,Minor,,,mstone,,Needinfo
