On Wed, 18 Apr 2001, Skip Montanaro wrote:

>
>     James> I have no idea about this one.  "from gtk import *" works fine on
>     James> my system (python 2.0, cvs glib,pango,gtk+):
>
> Try it with python 2.1... ;-)

Hmm.  They changed the meaning of the __all__ attribute for packages in
python 2.1.  It used to be for listing just modules contained in the
package.  Now it says that it lists all symbols exported by the package on
"from ... import *".

I guess you could try commenting out the __all__ declaration.

grumble.

James.

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to