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

Re: [pygtk] Need help with spawn_async and callback

2011-08-29 Thread Grant McWilliams
Tony Freeman t0ny.fr33man at 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:

[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

[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 module File gtk\__init__.pyc, line 40, in module File gtk\_gtk.pyc, line 12, in module File gtk\_gtk.pyc, line 10, in __load

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 savon...@qq.com 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

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 module File

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 LAGUILLAUMIEs.la...@free.fr; Date: Mon, Aug 29, 2011 11:19 PM To: dan zhengsavon...@qq.com; Cc:

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 module File gtk\glade.pyc, line 12, in module 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