Re: Unable to get Python/Gtk code to work...

2009-10-14 Thread Daniel B. Thurman
On 10/12/2009 12:45 PM, Daniel B. Thurman wrote: [snip!] Here is updated code. The problem I have is preventing the expand/collapse arrow button from changing the Cell Rendering from shifting over the Icon/directory. Try the code below, double-click the directories to expand, then notice that

Re: Unable to get Python/Gtk code to work...

2009-10-13 Thread Mike Massonnet
Hi, From a quick view there is no Gtk.init at the beginning (I don't know python/gtk very well, but from a search it doesn't seem to be needed there), and at the end it doesn't enter the main loop with gtk.main(). 2009/10/12 Daniel B. Thurman d...@cdkkt.com: I am a first timer here and I am

Unable to get Python/Gtk code to work...

2009-10-12 Thread Daniel B. Thurman
I am a first timer here and I am trying to get a basic TreeView application to work on Fedora-11 I have gotten the following code from somewhere on the Internet and needed this type of application for a project I am working on. The code I had obtained had a couple of problems when dealing with