Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98854
| From | kent nyberg <kent@z-sverige.nu> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: pygtk beginner script not working |
| Date | 2015-11-15 07:38 -0500 |
| Message-ID | <mailman.350.1447591114.16136.python-list@python.org> (permalink) |
| References | <5b6f7b3f-a132-4305-8ab7-a256b9dbf40f@googlegroups.com> |
On Sat, Nov 14, 2015 at 05:00:59PM -0800, james@imagewebdesign.co.uk wrote: > Hi guys > > I'm new to Python so please bare with me :) > > I'm using python 2.7.10 as advised (more tools apparently over 3.x) > > Trying to use this script > > [CODE] > #!/usr/bin/env python > > # example base.py > > import pygtk It makes most sense to use gtk3 and not gtk2. The most recenst version of gtk3 is used with gi package. Read this for example: http://python-gtk-3-tutorial.readthedocs.org/en/latest/introduction.html
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar
pygtk beginner script not working james@imagewebdesign.co.uk - 2015-11-14 17:00 -0800 Re: pygtk beginner script not working kent nyberg <kent@z-sverige.nu> - 2015-11-15 07:38 -0500
csiph-web