Comment 6 for bug 336381

Revision history for this message
Hannes Fritz (hannes-fritz) wrote :

I'm using idle3 (3.0.1.0-ubuntu3) in jaunty and the issue occurs again:

hannes@romeo ~ % cat /usr/bin/idle3
#! /usr/bin/python

from idlelib.PyShell import main
if __name__ == '__main__':
    main()

Changing "#! /usr/bin/python" to "#! /usr/bin/python3" solves this.