Re: what is pygtk.require("2.0") for?

2006-06-27 Thread Matt Good
yaru22 wrote: > when I read a book, it just said we need to do > > import pygtk > pygtk.require("2.0") > import gtk > > in order to import gtk modules > > What is that pygtk.require("2.0") command for? It enables you to install multiple versions of pygtk in parallel and makes sure when you do "im

what is pygtk.require("2.0") for?

2006-06-27 Thread yaru22
when I read a book, it just said we need to do import pygtk pygtk.require("2.0") import gtk in order to import gtk modules What is that pygtk.require("2.0") command for? -- http://mail.python.org/mailman/listinfo/python-list