[Geany] Changing python version used

2012-02-19 Thread Thomas Hedden
I have the following configuration: $ geany --version geany 0.21 (built on Dec 24 2011 with GTK 2.24.8, GLib 2.30.1) $ python --version Python 2.7.2 $ which python /usr/bin/python $ python3 --version Python 3.2.1 $ which python3 /usr/bin/python3 In Geany, if I run the following script ...

Re: [Geany] Changing python version used

2012-02-19 Thread Colomban Wendling
Hi, Le 19/02/2012 16:31, Thomas Hedden a écrit : I have the following configuration: $ geany --version geany 0.21 (built on Dec 24 2011 with GTK 2.24.8, GLib 2.30.1) $ python --version Python 2.7.2 $ which python /usr/bin/python $ python3 --version Python 3.2.1 $ which python3