![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: pygtk does ... ?
From: Dave Cook <davecook@nowhere.net>
Date: Sat Jul 09 2005 - 14:20:36 CEST
On 2005-07-08, Thomas Bartkus <thomasbartkus@comcast.net> wrote:
> Why would I want to "import pygtk" with it's single function
The only reason I can think of is to use pygtk.require, so you can specify
import pygtk
Otherwise, you don't need to import pygtk, just gtk.
Dave Cook
|