Description of problem: Idle3 (python3) doesn't start because of bad interpreter. Version-Release number of selected component (if applicable): How reproducible: --------- Sorry it's french ------------- $ idle3 bash: /usr/bin/idle3 : /usr/bin/python3.4 : mauvais interpréteur: Aucun fichier ou dossier de ce type ------------------------------------------ To fix-it, I add this symlink: # ln -s /usr/bin/python3.5 /usr/bin/python3.4
Assignee: sysadmin-bugs => bugsquadVersion: unspecified => CauldronProduct: Infrastructure => MageiaComponent: Bugzilla => RPM Packages
Assigning to all packagers collectively, since there is no registered maintainer for this package. CC'ing our python guru :-)
CC: sysadmin-bugs => makowski.mageia, marja11Source RPM: (none) => python3-3.5.3-1.mga6Assignee: bugsquad => pkg-bugs
Assignee: pkg-bugs => rverschelde
I can't reproduce the issue on Mageia 6 here. I suspect you might still have the idle3 binary from Mageia 5 due to an incomplete upgrade? What's the output of `rpm -qf /usr/bin/idle3`? Here: $ rpm -qf /usr/bin/idle3 tkinter3-apps-3.5.3-1.mga6 $ cat /usr/bin/idle3 #!/usr/bin/python3.5 from idlelib.PyShell import main if __name__ == '__main__': main()
Status: NEW => UNCONFIRMEDEver confirmed: 1 => 0
Right, a fesh install fix it. My update from mageai5.1 was very bugged. A lot of rpm were still mga5's.
Ok, closing this bug report then as it was due to a broken system.
Resolution: (none) => INVALIDStatus: UNCONFIRMED => RESOLVED