You need to get rid of the following line:
pygtk.require('2.0')

It's not compatible with py2exe. This will take
care of the missing gdk problem. The message
about not being able to find ltihooks can be
safely ignored.

You will want to have your py2exe setup script
exclude gtk and gobject though, so it doesn't try
to bundle the libraries with your executable
distribution. That won't work. Your users will
still have to install the gtk runtime just as
they would with a C application written with Gtk.


"The fingerprint of God is often a
pawprint." -- Susan Chernak McElroy

Help Make Poverty History – Sign the ONE Declaration:
http://www.care2.com/go/z/endpoverty

http://www.Care2.com  Free e-mail. 100MB storage.  Helps charities.
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to