NameError
Paul McNett
p at ulmcnett.com
Tue Oct 5 16:24:47 EDT 2004
More information about the Python-list mailing list
Tue Oct 5 16:24:47 EDT 2004
- Previous message (by thread): NameError
- Next message (by thread): NameError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
GMTaglia writes:
> dialog.vbox.pack_start(label, TRUE, TRUE, 0)
Try changing that to:
dialog.vbox.pack_start(label, True, True, 0)
If that doesn't work, try:
dialog.vbox.pack_start(label, 1, 1, 0)
--
Paul McNett
Independent Software Consultant
http://www.paulmcnett.com
- Previous message (by thread): NameError
- Next message (by thread): NameError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list