terminator not working with python3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Terminator |
Fix Released
|
Undecided
|
Unassigned | ||
terminator (Ubuntu) |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
System config:
-------
gauravv7@ubuntu:~$ sudo update-alternatives --config python
There are 2 choices for the alternative python (providing /usr/bin/python).
Selection Path Priority Status
-------
0 /usr/bin/python3.5 2 auto mode
* 1 /usr/bin/python2.7 1 manual mode
2 /usr/bin/python3.5 2 manual mode
Press <enter> to keep the current choice[*], or type selection number: 0
update-
gauravv7@ubuntu:~$ uname -a
Linux ubuntu 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
terminator doesn't even starts when python2.7 is changed to python3.5 on my ubuntu.
During new installation for terminator, an error for Configparser comes up which is some native lib for python2 used in terminator.
Can i expect an official fix soon?
Related branches
Changed in terminator: | |
status: | Fix Committed → Fix Released |
As a quick (and absolutely proper) fix, Terminator should change the shebang lines from #!/usr/bin/python to #!/usr/bin/python2.
Sooner or later it would be nice to port to python3.