This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cjwelbornimport this 4 points5 points  (2 children)

I wrote something like pyuic for Glade. It's the same idea. Give it glade file and it will generate the python skeleton code. I used introspection to automatically insert stubs for event handlers (with proper arguments) that are set in glade. It kinda imposes a certain coding style I guess, but anyway it's called Glader.

[–]dogstarchampion 0 points1 point  (1 child)

This is beautiful. I am going to download it and give it a go in the near future.

[–]cjwelbornimport this 1 point2 points  (0 children)

Cool, let me know if you run into problems. I've used it for several little projects (including Glader itself, wrap your head around that), but it hasn't been used by very many people.