Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98854

Re: pygtk beginner script not working

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From kent nyberg <kent@z-sverige.nu>
Newsgroups comp.lang.python
Subject Re: pygtk beginner script not working
Date Sun, 15 Nov 2015 07:38:25 -0500
Lines 24
Message-ID <mailman.350.1447591114.16136.python-list@python.org> (permalink)
References <5b6f7b3f-a132-4305-8ab7-a256b9dbf40f@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Trace news.uni-berlin.de yewDjwViG8et3AYCua13cAV3Dzi4dh4gLK31umU8h45Q==
Return-Path <kent@z-sverige.nu>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.020
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'subject:script': 0.09; 'example:': 0.10; 'python': 0.10; 'subject:not': 0.11; '(more': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:beginner': 0.16; 'wrote:': 0.16; '2015': 0.20; 'trying': 0.22; 'sat,': 0.23; 'import': 0.24; 'header:In-Reply-To:1': 0.24; 'script': 0.25; 'header:User-Agent:1': 0.26; 'example': 0.26; 'sense': 0.26; 'skip:# 10': 0.27; '14,': 0.27; 'package.': 0.27; "i'm": 0.30; 'nov': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'guys': 0.38; 'version': 0.38; 'url:en': 0.39; 'to:addr:python.org': 0.40; 'received:178': 0.72; 'pygtk': 0.84; 'url:readthedocs': 0.84; 'url:latest': 0.91
Content-Disposition inline
In-Reply-To <5b6f7b3f-a132-4305-8ab7-a256b9dbf40f@googlegroups.com>
User-Agent Mutt/1.5.23 (2014-03-12)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:98854

Show key headers only | View raw


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 | NextPrevious in thread | Find similar


Thread

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