NameError

Paul McNett p at ulmcnett.com
Tue Oct 5 16:24:47 EDT 2004


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



More information about the Python-list mailing list