Ticket #2199 (accepted defect)
Rainbow changes Python's sys.executable, breaking 0launch's GUI
| Reported by: | talex5 | Owned by: | sascha_silbe |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Rainbow | Version: | Git as of bugdate |
| Severity: | Minor | Keywords: | |
| Cc: | mstone | Distribution/OS: | |
| Bug Status: | Needinfo |
Description
$ 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
Change History
Note: See
TracTickets for help on using
tickets.
