0

I want to learn to write programs using Python 3.2 and PyGTK (running on Ubnutu 11.04). The PyGTK module is installed for Python 2.7 by default but I would rather use 3.2. Is there any way to make this work?

Suggestions as to other tools to create GUI's with Python are certainly welcome, so far I have tinkered with Tkinter but would like to try something else.

Cheers.

Gareth
  • 173

1 Answers1

0

Install from source under 3.2.

python3.2 setup.py build
sudo python3.2 setup.py install