[pygtk] PyGTK with py2app

2011-10-15 Thread Shrihari Sankaran
Hello, I asked a similar question a few weeks back. Still, my problem is not solved :( So, I have installed PyGTK on my Mac using the all-in-one package: http://www.daa.com.au/pipermail/pygtk/2011-March/019520.html It has been installed at /opt/gtk My app runs perfectly fine with python

Re: [pygtk] PyGTK with py2app

2011-10-15 Thread Anders F Björklund
Shrihari Sankaran wrote: Hello, I asked a similar question a few weeks back. Still, my problem is not solved :( So, I have installed PyGTK on my Mac using the all-in-one package: http://www.daa.com.au/pipermail/pygtk/2011-March/019520.html It has been installed at /opt/gtk The reason

Re: [pygtk] PyGTK with py2app

2011-10-15 Thread Shrihari Sankaran
It's not possible to fit the new @executable_path/../ style paths to where the /opt/gtk/ used to be, without relinking all the libraries. i.e. using the ld(1) flag of -headerpad_max_install_names to make sure that all paths are padded to MAXPATHLEN for later install_name_tool use Now, I

[pygtk] Treeview adding content dynamically

2011-10-15 Thread Arun p das
hi I have already created model Liststore view cell renderer GtkTreeView using Glade. I got how to add the contents with the help of glade. But i dont know how to add contents with the help of pygtk to a already created one like the above. ie in existence i have one

Re: [pygtk] Treeview adding content dynamically

2011-10-15 Thread craf
Hi. This? http://www.learngtk.org/pygtk-tutorial/liststore.html Regards. Craf -Mensaje original- De: Arun p das arunpdas...@gmail.com Para: Glade Users Mailing List glade-us...@lists.ximian.com, Pygtk Mailing list pygtk@daa.com.au Asunto: [pygtk] Treeview adding content dynamically

Re: [pygtk] Treeview adding content dynamically

2011-10-15 Thread craf
Hi. This? http://www.learngtk.org/pygtk-tutorial/liststore.html Regards. Craf -Mensaje original- De: Arun p das arunpdas...@gmail.com Para: Glade Users Mailing List glade-us...@lists.ximian.com, Pygtk Mailing list

Re: [pygtk] Treeview adding content dynamically

2011-10-15 Thread craf
Hi. This? http://www.learngtk.org/pygtk-tutorial/liststore.html Regards. Craf -Mensaje original- De: Arun p das arunpdas...@gmail.com Para: Glade Users Mailing List glade-us...@lists.ximian.com, Pygtk Mailing