Re: Glade on Windows using Python

2014-05-04 Thread mbg1708
On Tuesday, April 22, 2014 7:08:29 PM UTC-4, mbg...@planetmail.com wrote: Using Windows 8.1 Update. I've loaded ActiveState python (version 2.7) --- installed OK. I don't need Glade, but I do want to use some Glade XML and run the python application. To run a Glade application this

Re: Glade on Windows using Python

2014-05-04 Thread Michael Torrie
On 05/04/2014 01:51 PM, mbg1...@planetmail.com wrote: So...it turns out that Glade support for Python 2.7 is pretty difficult. I ended up rewriting the whole thing using Tkinter and ttk.Treeview. It would have been good to reuse the Glade XML...less code, better looking, etc. etc. Both Gtk2

Glade on Windows using Python

2014-04-22 Thread mbg1708
Using Windows 8.1 Update. I've loaded ActiveState python (version 2.7) --- installed OK. I don't need Glade, but I do want to use some Glade XML and run the python application. To run a Glade application this needs: from gi.repository import Gtk gi.repository is not available to import.

Re: Glade for Windows and Python

2005-04-18 Thread flupke
Richard Lyons wrote: Has anyone been successful in using Glade for Windows with Python? Yeah, i'm using it right now. See the previous email for the links Benedict -- http://mail.python.org/mailman/listinfo/python-list

Glade for Windows and Python

2005-04-15 Thread Richard Lyons
Has anyone been successful in using Glade for Windows with Python? -- http://mail.python.org/mailman/listinfo/python-list

Re: Glade for Windows and Python

2005-04-15 Thread dimitri pater
It's not exactly Glade, but did you try wxGlade? dimitriOn 4/16/05, Richard Lyons [EMAIL PROTECTED] wrote: Has anyone been successful in using Glade for Windows with Python?--http://mail.python.org/mailman/listinfo/python-list -- Please visit dimitri's website: www.serpia.com -- http

Re: Glade for Windows and Python

2005-04-15 Thread Dave Cook
On 2005-04-15, Richard Lyons [EMAIL PROTECTED] wrote: Has anyone been successful in using Glade for Windows with Python? Yes, it works fine. http://gladewin32.sourceforge.net/ http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ Dave Cook -- http://mail.python.org/mailman/listinfo/python-list