[coherence-dev] Coherence + py2exe issue

Alexander Bondarenko alxndr.bondarenko at gmail.com
Tue May 19 18:16:14 CEST 2009



Alexander Bondarenko wrote:
> 
> As I know there are possible issues with installing of GTK+ for Windows
> and pygtk. So I made a simple test after installing them (as described on
> pygtk-site). The test script works as supposed.
> 

I'm saying about this test code:

  import gtk

  window = gtk.Window()
  window.set_title("PyGTK Test Window")
  window.connect("destroy", gtk.main_quit)
  window.show_all()

  gtk.main()
-- 
View this message in context: http://n2.nabble.com/Coherence-%2B-py2exe-issue-tp2933473p2940567.html
Sent from the coherence-dev mailing list archive at Nabble.com.




More information about the coherence-dev mailing list