Re: Problem running Python 2.7 on Ubuntu 10.04

2015-04-20 Thread Dave Farrance
David Aldrich wrote: >Hi > >I wonder if someone could help me with this problem please? > >On an Ubuntu 10.04 platform, I want to run the latest version of Meld, which >is a Python program. > >Ubuntu 10.04 runs Python 2.6 as standard. Meld requires Python 2.7. So I >have installed Python 2.7

Re: Problem running Python 2.7 on Ubuntu 10.04

2015-04-20 Thread Emile van Sebille
On 4/20/2015 8:31 AM, David Aldrich wrote: > Cannot import: GTK+ > > No module named gi > > So I need to install the gtk package and do so in such a way that it > is visible to /usr/local/bin/python2.7. > > How would I do that please? This should get you going: See http://faq.pygtk.org/index.

Problem running Python 2.7 on Ubuntu 10.04

2015-04-20 Thread David Aldrich
Hi I wonder if someone could help me with this problem please? On an Ubuntu 10.04 platform, I want to run the latest version of Meld, which is a Python program. Ubuntu 10.04 runs Python 2.6 as standard. Meld requires Python 2.7. So I have installed Python 2.7 under /usr/local/bin and Python