Re: [pygtk] gtk_clipboard_set_with_data: (skip)

2011-08-29 Thread Tomeu Vizoso
On Fri, Jul 1, 2011 at 14:25, Pavel Holejsovsky wrote: > Hi Giuseppe, > > On 7/1/2011 10:21 AM, Giuseppe Penone wrote: >> >> I'm a GTK+ developer that used to work in pygtk2 and now ported the code >> to pygobject introspection. >> For my (GPL) application http://giuspen.com/cherrytree I absolutel

Re: [pygtk] python2.6 use py2exe to generate exe with pygtk

2011-08-29 Thread dan zheng
Traceback (most recent call last): File "code_dialog.py", line 4, in File "gtk\glade.pyc", line 12, in File "gtk\glade.pyc", line 10, in __loadImportError: DLL load failed: The specified procedure could not be found I use py2exe with pygtk glade files included,the error is above

Re: [pygtk] python2.6 use py2exe to generate exe with pygtk

2011-08-29 Thread dan zheng
Sylvain,Thank you very much I use pygtk-all-in-one-2.22.6.win32-py2.6.msi and the problem has been solved -- Original -- From: "Sylvain LAGUILLAUMIE"; Date: Mon, Aug 29, 2011 11:19 PM To: "dan zheng"; Cc: "pygtk"; Subject: Re: [pygtk] python2.

Re: [pygtk] python2.6 use py2exe to generate exe with pygtk

2011-08-29 Thread Sylvain LAGUILLAUMIE
hi i had this bug with pygtk all in one 2.24, not with 2.22, if it can help ... good luck dan zheng a écrit : I google a lot,but earn little my python version is 2.6 I use py2exe to generate the exe file but when i execute,the error produce: File "simple_dialog.py", line 5, in File "gtk\__ini

Re: [pygtk] python2.6 use py2exe to generate exe with pygtk

2011-08-29 Thread Luis A. Bastiao Silva
Hi Zheng, I think you missed GTK dlls. Check GTK/lib and past them in the same directory of the executable. On Mon, Aug 29, 2011 at 4:12 PM, dan zheng wrote: > I google a lot,but earn little > my python version is 2.6 > I use py2exe to generate the exe file > but when i execute,the error produc

[pygtk] python2.6 use py2exe to generate exe with pygtk

2011-08-29 Thread dan zheng
I google a lot,but earn little my python version is 2.6 I use py2exe to generate the exe file but when i execute,the error produce: File "simple_dialog.py", line 5, in File "gtk\__init__.pyc", line 40, in File "gtk\_gtk.pyc", line 12, in File "gtk\_gtk.pyc", line 10, in __load ImportError:

[pygtk] On gtk.TreeView expanders and more

2011-08-29 Thread Klaus Müller
Hey, I've got a couple of questions all somehow related to gtk.TreeViews. 1. I'm looking for a way to replace the expander icon in a gtk.TreeView. I've spent countless hours searching stackoverflow, the mailing list, the pygtk docs, pydoc and simple trial-and-error without any success. The onl

Re: [pygtk] Need help with spawn_async and callback

2011-08-29 Thread Grant McWilliams
Tony Freeman gmail.com> writes: Can you post the whole code anyway for those of us trying to figure out the same thing. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] gtk_clipboard_set_with_data: (skip)

2011-08-29 Thread Pavel Holejsovsky
Hi Giuseppe, On 7/1/2011 10:21 AM, Giuseppe Penone wrote: I'm a GTK+ developer that used to work in pygtk2 and now ported the code to pygobject introspection. For my (GPL) application http://giuspen.com/cherrytree I absolutely need the function gtk_clipboard_set_with_data that I see you marhed a