Re: [pygtk] Problem with Windows all-in-one msi installer with /q params

2015-05-06 Thread Dieter Verfaillie
On 05/06/2015 08:36 PM, Dieter Verfaillie wrote: In short, you'll need to run something resembling (depending on where and how your Python copy has been installed): msiexec /i pygtk-all-in-one-2.24.2.win32-py2.7.msi TARGETDIR=C:\Python27 ALLUSERS=1 Off course that should have been: msiexec

Re: [pygtk] Problem with Windows all-in-one msi installer with /q params

2015-05-06 Thread Dieter Verfaillie
On 05/06/2015 03:42 PM, Jorge Olmos wrote: Hello all, I have downloaded pygtk-all-in-one-2.24.2.win32-py2.7.msi. I want to install it from command line with a /qb! parameter as in: msiexec /i pygtk-all-in-one-2.24.2.win32-py2.7.msi /qb! But installation fails with message TARGETDIR property

Re: [pygtk] pygtk + Python 2.6 + Windows 7 x64 TARGETDIR property is not set.

2012-04-02 Thread Dieter Verfaillie
account? Yes. I have administrator privileges in the system. Exactly as I suspected :) So, if this version passes the test regime, it'll be uploaded to ftp.gnome.org ... On 26 March 2012 23:34, Dieter Verfaillie wrote: Could you give these a spin and report back? Note

Re: [pygtk] pygtk + Python 2.6 + Windows 7 x64 TARGETDIR property is not set.

2012-03-26 Thread Dieter Verfaillie
On Mon, 26 Mar 2012 15:38:32 +0200, Assela Pathirana wrote: Here's what I did 1. I ran the msi installer (python-2.6.msi) as an admin user. - works OK. 2. started pygtk-all-in-one-2.24.1.win32- py2.6.msi as the same user 3. The installer identifies python (The second screen -- where we make

Re: [pygtk] building pygtk

2012-03-14 Thread Dieter Verfaillie
On Wed, 14 Mar 2012 19:25:38 +, Wadud Miah (ITCS) wrote: /gpfs/grace/glib-2.31.2/include/glib-2.0/glib/gspawn.h:22:2: error: #error Only glib.h can be included directly. gtkunixprintmodule.c:30:30: error: gtk/gtkunixprint.h: No such file or directory make[2]: ***

Re: [pygtk] pygtk i18n problem with windows and glade sentences

2012-02-20 Thread Dieter Verfaillie
On Mon, 20 Feb 2012 00:08:13 +0100, Giuseppe Penone wrote: does anybody know if there's a way to have glade sentences translated on windows? Yep, I've pointed out a possible solution here: https://bugzilla.gnome.org/show_bug.cgi?id=574520#c36 mvg, Dieter

[pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.24.2

2012-02-09 Thread Dieter Verfaillie
We are pleased to announce release 2.24.2 of the PyGTK All-in-one installer for Windows. More information can be found in the README file at: http://download.gnome.org/binaries/win32/pygtk/2.24/pygtk-all-in-one.README * What is it? = The PyGTK All-in-one installer provides an

Re: [pygtk] pygobject documentation ?

2012-01-11 Thread Dieter Verfaillie
On Wed, 11 Jan 2012 12:28:12 +0200, Giuseppe Penone wrote: I agree with Pietro, taken that there are rules for retrieving the Python functions from the C functions, so the documentation for Python should be automagically generated from the C documentation. Let me correct Jérôme: it's wrong

Re: [pygtk] pygobject documentation ?

2012-01-11 Thread Dieter Verfaillie
On Wed, 11 Jan 2012 15:26:05 +0200, Giuseppe Penone wrote: you can download http://www.giuspen.com/cherrytree [3] and have fun, the glade file is edited with GLADE 3.10 and has a minimum requirement of GTK 2.20. no hacking was done, after opening my already existing glade file I clicked

Re: [pygtk] pygobject documentation ?

2012-01-11 Thread Dieter Verfaillie
On Wed, 11 Jan 2012 19:23:22 +0100, Dieter Verfaillie wrote: On Wed, 11 Jan 2012 15:26:05 +0200, Giuseppe Penone wrote: you can download http://www.giuspen.com/cherrytree [3] and have fun, the glade file is edited with GLADE 3.10 and has a minimum requirement of GTK 2.20. no hacking was done

[pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.24.1

2011-12-29 Thread Dieter Verfaillie
We are pleased to announce release 2.24.1 of the PyGTK All-in-one installer for Windows. More information can be found in the README file at: http://download.gnome.org/binaries/win32/pygtk/2.24/pygtk-all-in-one.README * What is it? = The PyGTK All-in-one installer provides an

Re: [pygtk] gtk.main in a thread

2011-12-15 Thread Dieter Verfaillie
On Thu, 15 Dec 2011 14:38:37 +0100, Antoon Pardon wrote: Does anyone know of possible problems when gtk.main is started in a thread? I have been experimenting a bit with writing a canvas for programs that just need to draw things, without having to bother with mouse-clicks, key-presses etc.

Re: [pygtk] gtk.main in a thread

2011-12-15 Thread Dieter Verfaillie
On Thu, 15 Dec 2011 19:37:03 +0100, Marcin Szewczyk wrote: On Thu, Dec 15, 2011 at 03:08:10PM +0100, Dieter Verfaillie wrote: Looking at GLib docs [2] we learn that: ... A GMainContext can only be running in a single thread, Looks to me that what you are trying to do is not possible

Re: [pygtk] 2.24.8 issue on win32 with 16bpp display

2011-12-13 Thread Dieter Verfaillie
On Mon, 12 Dec 2011 13:08:43 -0800 (PST), EricHoffman wrote: I've recently updated my app to use 2.24.8 and receive the following failure on one of my test boxes which is set to 16bpp display: gdk_win32_pixmap_new: depth = 16 not supported. Google pointed me to the changeset which seems to

Re: [pygtk] Site down

2011-11-18 Thread Dieter Verfaillie
On 16/11/2011 15:59, craf wrote: Hi. Does anyone know if the site is under maintenance? pygtk.org is back in business :) mvg, Dieter ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ:

Re: [pygtk] All-in-one installer

2011-11-16 Thread Dieter Verfaillie
On Tue, 15 Nov 2011 19:10:14 +0100, Timo wrote: Great news! I followed the bugfixing a bit for 2.24.7 and 2.24.8 and can't wait to update from 2.22 when I read all this. Where do you announce when a new bundle (not AIO) is uploaded? Hmm, good question. Think I'll just send an announcement for

Re: [pygtk] All-in-one installer

2011-11-15 Thread Dieter Verfaillie
On Thu, 20 Oct 2011 04:43:57 -0700 (PDT), Kawley F. wrote: Hi everybody, I was wandering about the plans on releasing a new all-in-one installer on windows. Bug 648931 [1], for which a fix has already been found, is quite crippling (no copy paste) and I currently have no other option but to

Re: [pygtk] All-in-one installer

2011-11-15 Thread Dieter Verfaillie
On Tue, 15 Nov 2011 11:55:22 +0100, Giuseppe Penone wrote: I was wondering the same about a all-in-one windows installer for python - gtk3 (GIR / gobject introspection) PyGObject should be good to go, all win32 patches have been accepted. GObject-Introspection still has a couple of patches

Re: [pygtk] Refresh DrawingArea

2011-11-11 Thread Dieter Verfaillie
On Thu, 10 Nov 2011 19:08:32 -0300, craf wrote: Hi. Is there a way to refresh a control DrawingArea?. You can call queue_draw() or queue_draw_area(x, y, width, height) on it. See http://www.pygtk.org/docs/pygtk/class-gtkwidget.html#method-gtkwidget--queue-draw mvg, Dieter

Re: [pygtk] PyGTK and Windows 2000

2011-11-09 Thread Dieter Verfaillie
On 05/11/2011 12:22, c...@netcom.co.uk wrote: Quoting Dieter Verfaillie diet...@optionexplicit.be: On Fri, 04 Nov 2011 16:08:02 +, c...@netcom.co.uk wrote: I've been trying to install Python on Windows 2000 SP4, and have run into the traditional DLL load failed error. From http

Re: [pygtk] PyGTK and Windows 2000

2011-11-04 Thread Dieter Verfaillie
On Fri, 04 Nov 2011 16:08:02 +, c...@netcom.co.uk wrote: I've been trying to install Python on Windows 2000 SP4, and have run into the traditional DLL load failed error. From http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one.README: - In theory, Windows 2000

Re: [pygtk] DLL hell, revisited, msvcr90 and others

2011-10-13 Thread Dieter Verfaillie
On Thu, 13 Oct 2011 11:08:08 -0400, Kris Rixx wrote: The OS is XP 64 bit. I'm tied to this OS. All the Python and gtk loads are 32 bit. Python 2.6, pygtk2.12.1-3-win32 PyGTK 2.12? A lot of work went into improving the .exe and .msi installers for 2.24 just to be able to create the all-in-one

Re: [pygtk] TreeView/CellRenderText and numbers

2011-10-13 Thread Dieter Verfaillie
On 12/10/2011 13:21, Olaf Devik wrote: Thanks to both replies. Info from Dieter did the trick, the critical line was intcolumn.add_attribute(cell,'text',1). I tried to set same trough use of gtk.TreeView.insert_column_with_attributes, which was ok for the columns with string, but failed

Re: [pygtk] TreeView/CellRenderText and numbers

2011-10-12 Thread Dieter Verfaillie
On Wed, 12 Oct 2011 11:29:59 +0200, Olaf Devik wrote: I am struggling with TreeView and CellRendererText. I have a ListStore containing a number of fields with strings and integers. The ListStore is connected to a TreeView and the string fields render well as expected, but the fields with

Re: [pygtk] Unicode input in a PyGTK app running in Windows

2011-10-06 Thread Dieter Verfaillie
On 06/10/2011 15:53, Haris Andrianakis wrote: I have a PyGTK application that runs fine on both Linux and Windows. In Linux I can input unicode characters by hexcode in GtkEntries by using the combination Ctrl-Shift-U hexcode and pressing Enter. The same thing doesn't work in Windows. Do

Re: [pygtk] PyGtk / Glade - how to get name of textEntry

2011-09-27 Thread Dieter Verfaillie
On Tue, 27 Sep 2011 17:12:39 +0200, Olaf Devik wrote: I have a number of textEntries used to hold setup values. Each of the textentries has distinctive names in Glade (Glade 3.6). I would like to retrieve the name of the textEntry and the content. The latter is easy, but I fail to find a

Re: [pygtk] PyGtk / Glade - how to get name of textEntry

2011-09-27 Thread Dieter Verfaillie
On Tue, 27 Sep 2011 22:01:06 +0200, Olaf Devik wrote: Thanks for tip Dieter, but I have tried gtk.Widget.get_name(widget) function, returns eg GtKEntry for a TextEntry field and GtkLabel for a label, ie the same as I get when using widget.get_name(). Code: print j.get_name()

Re: [pygtk] Cursor control in a TextEntry

2011-09-24 Thread Dieter Verfaillie
On Sat, 24 Sep 2011 09:33:06 +0200, Olaf Devik wrote: Does anybody know how the cursor can be moved in a TextArea? Don't know what a TextArea is, but for a gtk.TextView and it's associated gtk.TextBuffer there's this:

Re: [pygtk] win32 fullscreens and others reports

2011-08-21 Thread Dieter Verfaillie
On 21/08/2011 20:05, laguillaumie sylvain wrote: is there someting special to do for fullscreen on win32? it works perfectly on linux distros but on windows, if i switch to fullscreen while the main window is not maximized it leave space at the bottom of the page and sometimes left or

Re: [pygtk] Clickable URLs using pango/cairo in Python?

2011-08-10 Thread Dieter Verfaillie
Quoting Adam Stein a...@ppdev.mc.xerox.com: I'm trying to modify a program named Gramps (a python genealogical program). It uses pango/cairo to create a report in PDF. Contained within text to be written into the report are URLs (http://...). I'm not sure but it looks like cairo does not yet

Re: [pygtk] Windows all in one bundle broken?

2011-07-29 Thread Dieter Verfaillie
On 29/07/2011 20:33, Mathew Yeates wrote: I tried downloading vs2008 redistributable (pretty sure it's the version you wanted) but I still get the error. How can I check I have the right version number? On Windows XP (32 bit) the crt is installed into

Re: [pygtk] Windows all in one bundle broken?

2011-07-25 Thread Dieter Verfaillie
Hi, On 25/07/2011 18:57, Mathew Yeates wrote: I sent you the attachment. Something weird. Running http://www.optionexplicit.be/projects/gnome-windows/20110405 under depends.exe also produces the same output. But when I run it from the command line, all is well. ? The glade-3.dwi file

Re: [pygtk] Windows all in one bundle broken?

2011-07-25 Thread Dieter Verfaillie
On 25/07/2011 19:28, Dieter Verfaillie wrote: The glade-3.dwi file you've sent tells me all .dll files loaded from c:\windows\system32 (kernel32, ntdll, msvcrt, advapi32, etc) are 64 bit images. That can't be right? Are you sure you're using the x86 version of dependency walker? For those

Re: [pygtk] Windows all in one bundle broken?

2011-07-25 Thread Dieter Verfaillie
On 25/07/2011 21:29, Mathew Yeates wrote: hmmm. I already have VS 2008 (Express) but it's not the version you want. Uninstall and reinstall? No need to uninstall Visual Studio. Simply try the (exact version of the) C++ Redistributable linked below... mvg, Dieter [2]

Re: [pygtk] Windows all in one bundle broken?

2011-07-23 Thread Dieter Verfaillie
On 22/07/2011 22:34, Mathew Yeates wrote: We'll need a bit more information to be able to help you: 1) How do you execute glade-3.exe? Via the shortcut the installer created in the start menu or some other method? No item was added to the Start Menu. Glade-3.6 is still shown though.

Re: [pygtk] Windows all in one bundle broken?

2011-07-19 Thread Dieter Verfaillie
Hi, Quoting Mathew Yeates mat.yea...@gmail.com: I just tried downloading pygtk-all-in-one-2.24.0.win32-py2.7.msi and glade-3.exe doesn't work. I get The system cannot execute the specified program.. This is on Windows XP. We'll need a bit more information to be able to help you: 1) How do

Re: [pygtk] how to update gtk to gtk 2.24.4

2011-07-12 Thread Dieter Verfaillie
On 24/05/2011 12:53, Peter Irbizon wrote: hello, I have win XP sp3 pro 32-bit CPython 86832 2.7.1 pygtk 2.24.0 gtk 2.24.0 and I would like to update gtk to version 2.24.4, because I am unable to copy text to clipboard from textview. Is there installator for win32 for gtk 2.24.4? I googled

Re: [pygtk] how to update gtk to gtk 2.24.4

2011-07-04 Thread Dieter Verfaillie
On 25/05/2011 22:16, Dieter Verfaillie wrote: Now that the GTK+ Windows binaries on ftp.gnome.org are no longer being maintained, I've started some basic tests with the binaries from openSuse's Build Service. I'm hopeful, but need to do some more thorough testing before updating the PyGTK All

Re: [pygtk] pygtk2 to pygobject/introspection

2011-06-30 Thread Dieter Verfaillie
Quoting Giuseppe Penone gius...@gmail.com: Did anybody notice that the function GTK_CLIPBOARD_SET_WITH_DATA () is missing from the bindings? method name=set_with_data c:identifier=gtk_clipboard_set_with_data introspectable=0 If you start looking into the .gir

Re: [pygtk] Notebook Pages Not Populating

2011-06-28 Thread Dieter Verfaillie
Quoting Andrew Rowland weibull...@charter.net: # Show the calculation results page. page = self.notebook.get_nth_page(3) page.show() Are the child widget of that page visible themselves? If not, you could try with page.show_all() mvg, Dieter

Re: [pygtk] Double click on list item goes missing?

2011-06-19 Thread Dieter Verfaillie
On 20/06/2011 01:51, Stephen George wrote: Hi All, I've been trying a pyGTK application ( GRAMPS ) which has the ability to double click on a list item, and will open a dialog to edit the entry. All worked well when using: - pygtk-all-in-one-2.22.6.win32-py2.6.msi however when I

Re: [pygtk] pygtk Digest, Vol 99, Issue 21

2011-05-26 Thread Dieter Verfaillie
Quoting Shrihari Sankaran gfxin...@gmail.com: An update here. After getting the WinXP build to work on 7, I just compared the contents of the dist directory of the builds generated on Win7 and WinXP. I found that Win7 gave me a lot of extra DLLs. List below:API-MS-Win-Core-Debug-L1-1-0.dll

Re: [pygtk] pygtk Digest, Vol 99, Issue 21

2011-05-25 Thread Dieter Verfaillie
Quoting Shrihari Sankaran gfxin...@gmail.com: Yeah I'm using the latest version of py2exe. Don't you think this is a problem of missing DLLs rather than the manifest file? Looking at the screenshots you posted, I think it's either a problem with the manifest of your .exe or you're having

Re: [pygtk] how to update gtk to gtk 2.24.4

2011-05-25 Thread Dieter Verfaillie
On 24/05/2011 12:53, Peter Irbizon wrote: hello, I have win XP sp3 pro 32-bit CPython 86832 2.7.1 pygtk 2.24.0 gtk 2.24.0 and I would like to update gtk to version 2.24.4, because I am unable to copy text to clipboard from textview. Is there installator for win32 for gtk 2.24.4? As far as

Re: [pygtk] pygtk Digest, Vol 99, Issue 21

2011-05-25 Thread Dieter Verfaillie
On 25/05/2011 10:47, Shrihari Sankaran wrote: So, to summarize, this is what happens: - built on Win 7 - native looks - DLL error on Win XP - built on Win XP - non-native looks - runs both on Win XP and Win 7 - python my_app.py without building - runs both on Win XP and Win 7 with native

Re: [pygtk] PROBLEM: gtkwarning: gdk_property_change: assertion 'window != NULL' failed Options

2011-05-25 Thread Dieter Verfaillie
On 22/05/2011 21:43, Peter Irbizon wrote: hello guys, please, I need help. I am new to pygtk and python and in my .py file I am getting error: gtkwarning: gdk_property_change: assertion 'window != NULL' failed this error occurs when I right click on textview and select cut/paste/copy.

Re: [pygtk] How to abbreviate name of widgets

2011-05-25 Thread Dieter Verfaillie
On 17/04/2011 00:52, craf wrote: Hi. There is some agreement on how to abbreviate the name of the widgets in PyGTK.? Example: windows = wnd Button = btn Hungarian notation (or some form of it) is rarely used within the Python community (if ever). Most Python users feel comfortable

Re: [pygtk] PyGTK on Windows Vista

2011-05-24 Thread Dieter Verfaillie
Quoting Paul Malherbe p...@tartan.co.za: Hi You might have to run the all-in-one installer as the administrator. Yes, that might be the case. Also make sure you have a 32-bit Python version installed. The All-in-one installer is not compatible with 64-bit Python versions (that would also

Re: [pygtk] pygtk Digest, Vol 99, Issue 17

2011-05-24 Thread Dieter Verfaillie
On 21/05/2011 20:25, Shrihari Sankaran wrote: I tried using the dependency walker. It showed me a list of missing DLL files (here: http://imageshack.us/photo/my-images/839/error2j.jpg/ and also msvcr90.dll). I copied all those files from my original Windows 7 directory to the dist directory. I

Re: [pygtk] Windows binary not running on XP

2011-05-20 Thread Dieter Verfaillie
Quoting Marko Tasic mtasi...@gmail.com: Hi, It is hard to see whats going on, but I can suggest to use some debugger like  ollydbg (http://www.ollydbg.de/[1]), or Process Monitor (http://technet.microsoft.com/en-us/sysinternals/bb896645[2]), to see what DLL it tries to load. depends.exe

Re: [pygtk] Fwd: [Gramps-devel] Translating tool tip with non ascii characters.

2011-05-02 Thread Dieter Verfaillie
On 27/04/2011 21:56, Gerald Britton wrote: Does anyone know if a tooltip string, generated from glade file, is of type string or unicode. I think that the string must be unicode when calling gettext and the string contains non ascii characters. Just to be sure we're not going to get

Re: [pygtk] win64 all-in-one build?

2011-04-16 Thread Dieter Verfaillie
On 15/04/2011 15:14, Antoine Martin wrote: I guess you are using MinGW for the 32-bit aio then. Yes, to build PyGObject, PyGTK, PyCairo etc. The aio installer is built with WiX and thus is nothing more than a Windows Installer database. It makes sense to do the same thing for 64-bit. Yes :)

Re: [pygtk] The glade3+GtkComboboxText

2011-04-12 Thread Dieter Verfaillie
Quoting ??? lgx...@gmail.com: My OS is Archlinux,i'm using glade3 and python2.7 to program. I use glade3 to make xml file.In glade3,i draw a GtkComboBoxText,while in the glade xml file,it is object class=GtkComboBoxText id=addservercomboboxtext however,when i wanna run my program,it promote

[pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.24.0

2011-04-11 Thread Dieter Verfaillie
We are pleased to announce release 2.24.0 of the PyGTK All-in-one installer for Windows. More information can be found in the README file at: http://download.gnome.org/binaries/win32/pygtk/2.24/pygtk-all-in-one.README * What is it? = The PyGTK All-in-one installer provides an

Re: [pygtk] Recent changes to the PyGTK Reference Manual

2011-04-11 Thread Dieter Verfaillie
Quoting Jason Heeris jason.hee...@gmail.com: Having said that, if I wanted to contribute, what would I submit a patch against? I think you'd want to look into http://git.gnome.org/browse/library-web mvg, Dieter This message

Re: [pygtk] broken Reordable TreeView 2.22?

2011-04-06 Thread Dieter Verfaillie
Quoting Alessandro Dentella san...@e-den.it: I just realized that pygtk 2.22 has broken .set_reordable(). Given a TreeView with set_reordable() I can grab the row and move it around, but the selection underneath does not change and it not possible to drop it in a different position. I verified

Re: [pygtk] win64 all-in-one build?

2011-04-01 Thread Dieter Verfaillie
Quoting Antoine Martin anto...@nagafix.co.uk: Second, it wasn't really clear where I was meant to get xmllint from once it complained about that, after a failed attempt (xmllint.exe from googlecode) I ended up downloading a bunch of ZIP files from: ftp://ftp.zlatkovic.com/libxml/ And sticking

Re: [pygtk] win64 all-in-one build?

2011-03-30 Thread Dieter Verfaillie
Hi, On 30/03/2011 19:41, Antoine Martin wrote: I thought I would try to build the installer myself, and whilst I was at it why not try a 64-bit build? Thank you so much for looking into a 64-bit build! I'm still without a 64-bit Windows machine myself, so it's very much appreciated! First,

Re: [pygtk] PyGTK All-in-one 2.22.6: jpeg pixbuf loader location?

2011-03-28 Thread Dieter Verfaillie
On 27/03/2011 21:13, Antoine Martin wrote: I am using the PyGTK All-in-one Installer 2.22.6 and it works beautifully (thank you for making my life easier!) but when I bundle my application with py2exe the jpeg loader is no longer found. At first I thought that I just needed to run

Re: [pygtk] Fwd: PyGTK errors

2011-03-28 Thread Dieter Verfaillie
On 24/03/2011 21:08, Rafael Villar Burke wrote: Forwarding mail sent to pygtk-web ML Original Message Subject: PyGTK errors Date: Tue, 22 Mar 2011 23:12:22 +1100 From: Nik K kolus...@hotmail.com To: pygtk-...@async.com.br LATEST-IS-2.22.0 has

Re: [pygtk] PyGTK All-in-one 2.22.6: jpeg pixbuf loader location?

2011-03-27 Thread Dieter Verfaillie
On 27/03/2011 21:13, Antoine Martin wrote: I am using the PyGTK All-in-one Installer 2.22.6 and it works beautifully (thank you for making my life easier!) but when I bundle my application with py2exe the jpeg loader is no longer found. At first I thought that I just needed to run

Re: [pygtk] Testing PyGTK installer for Mac OS X

2011-03-16 Thread Dieter Verfaillie
Quoting Anders F Björklund a...@users.sourceforge.net: Added intltool for building. But it seems to me that gtksourceview is part of GNOME rather than GTK Hence the all in all-in-one ;) , and requires the (now deprecated) ige-mac-integration (IgeMacBundle) which prevents building on 64-bit ?

Re: [pygtk] python and GTK+-3 - possible?

2011-03-16 Thread Dieter Verfaillie
Seem to have managed to replied only to the python-hackers list this morning, sorry... Let's try again: Quoting John Stowers john.stowers.li...@gmail.com: On Tue, 2011-03-15 at 22:31 -0400, John Lumby wrote: R Park wrote: pygtk.py (what gets executed above) lives in pygobject. This, for

Re: [pygtk] Testing PyGTK installer for Mac OS X

2011-03-15 Thread Dieter Verfaillie
Quoting Yann Leboulanger aste...@lagaule.org: Le 15/03/2011 09:00, Anders F Björklund a écrit : I don't have a MAC, but one of my friend tested it, and it works, he was able to run Gajim on it with your package. The only thing he has to do was to install the hicolor icon theme. (some folder

Re: [pygtk] Testing PyGTK installer for Mac OS X

2011-03-15 Thread Dieter Verfaillie
Quoting Anders F Björklund a...@users.sourceforge.net: Dieter Verfaillie wrote: Hmm, isn't this package part of freedesktop rather than gtk+ ? And amazingly, this 1 file and empty dirs is GPL... So it can't be included in a LGPL (+compatible) package ? When constructing the windows all-in-one

Re: [pygtk] Need help with pygtk and gtk...under Windows XP

2011-03-13 Thread Dieter Verfaillie
Hi, If you simply want to use PyGTK as soon as possible, you might be interested in the All-in-one installer: http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.22/ All you need to do is to install pygtk-all-in-one-2.22.6.win32-py2.7.msi after you've installed Python 2.7. That's it :) There's

Re: [pygtk] Need help with pygtk and gtk...under Windows XP

2011-03-13 Thread Dieter Verfaillie
On 13/03/2011 11:23, Marko Tasic wrote: I also remember that I had problems without restarting Windows after setting new PATH environment variable. It should usually be enough to simply restart the process that needs to pick up the modified environment variable (Command Prompt, or maybe your

Re: [pygtk] What happened to PyGTK website?

2011-03-10 Thread Dieter Verfaillie
On 10/03/2011 18:27, Pachi wrote: Hi all, I've filed a bug for the GNOME website component to try to solve this problem. It looks like this problem is being triggered due to the need of having one certificate per IP address (pygtk.org is in a different machine than the rt.gnome.org

Re: [pygtk] SVG support in PyGTK on Windows

2011-03-09 Thread Dieter Verfaillie
Quoting Jason Heeris jason.hee...@gmail.com: I have GTK+-2.20.0 installed in C:\GTK, and I have unzipped the following packages[2] into C:\GTK: * svg-gdk-pixbuf-loader_2.32.1-1_win32.zip * svg-gtk-engine_2.32.1-1_win32.zip * librsvg_2.32.1-1_win32.zip * libcroco_0.6.2-1_win32.zip *

Re: [pygtk] What happened to PyGTK website?

2011-03-09 Thread Dieter Verfaillie
On 07/03/2011 19:32, Timo wrote: On 28-02-11 16:07, Karthikeyan wrote: What happened to PyGTK website : http://pygtk.org ? When I open it, I see a Drupal page. Works fine here. Try clearing your cache, cookies etc. Yeah, http://www.pygtk.org and http://pygtk.org work fine here but

Re: [pygtk] What happened to PyGTK website?

2011-03-09 Thread Dieter Verfaillie
On 09/03/2011 21:19, Adam Tauno Williams wrote: Makes sense - these are all hosted on the same host; named based virtual hosting is for http:// only. Yeah. But no, we're 2011 now: SNI enables name based vhosts for https and yes it even works :) No idea if it's implemented on the host that

Re: [pygtk] Runtime Error when using system menu on Windows

2011-03-03 Thread Dieter Verfaillie
On 03/03/2011 11:47, Elizabeth Palit wrote: Further to my initial description, we have just tried with the demos included in ftp://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.22/gtk+-bundle_2.22.1-20101227_win32.zip and we get the same runtime error. The problem seems to occur with

Re: [pygtk] Runtime Error when using system menu on Windows

2011-03-02 Thread Dieter Verfaillie
Quoting Elizabeth Palit elizabeth.pa...@geneity.co.uk: Gdk:ERROR:gdkevents-win32.c:1649:_gdk_win32_being_modal_call: assertion failed: (!_modal_operation_in_progress) On what Windows version do you experience the crashes? Could it be Windows 7 (or maybe Vista)? I'm aware of getting (huge

Re: [pygtk] Help with installation of PyGTK

2011-02-22 Thread Dieter Verfaillie
On 22/02/2011 16:55, Kurt Underhay wrote: I'm using pygtk-all-in-one-2.22.6.win32-py2.6.msi to install PyGTK on Windows 7 64bit. I've already installed Python2.6.6, and it works OK. However, when I try to install PyGTK, I get the following message from the installer: Python 2.6 could not be

Re: [pygtk] TextBuffer to Markup

2011-02-16 Thread Dieter Verfaillie
On 16/02/2011 18:05, Bradlee Landis wrote: Is there an easy way to convert from a TextBuffer to the Pango Markup Language? I can't seem to find it, even though it seems like it would be a desired feature by at least a few people. I need to save the data inside an XML document, with

Re: [pygtk] pygtk bug handling and distros

2011-01-31 Thread Dieter Verfaillie
On 31/01/2011 14:38, Antoine Martin wrote: Are there any documents outlining how critical bugs are handled? I'm not aware of such documents and would also be interested in learning more on how things where/are done for PyGTK in this regard. Are fixes backported to older pygtk versions? I've

Re: [pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.6

2011-01-26 Thread Dieter Verfaillie
Quoting F Wolff frie...@translate.org.za: Op Wo, 2011-01-19 om 20:23 +0100 skryf Dieter Verfaillie: We are pleased to announce release 2.22.6 of the PyGTK All-in-one installer for Windows. More information can be found in the README file at: https://github.com/dieterv/pygtk-installer#readme

Re: [pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.6

2011-01-20 Thread Dieter Verfaillie
On 20/01/2011 04:12, John Stowers wrote: On Wed, 2011-01-19 at 23:02 +0100, Tim Lebedkov wrote: Let me explain my concerns in detail. In Npackd (package manager) I download packages from different locations like

[pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.6

2011-01-19 Thread Dieter Verfaillie
We are pleased to announce release 2.22.6 of the PyGTK All-in-one installer for Windows. More information can be found in the README file at: https://github.com/dieterv/pygtk-installer#readme * What is it? = The PyGTK All-in-one installer provides an alternative installation method

Re: [pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.6

2011-01-19 Thread Dieter Verfaillie
On 19/01/2011 20:52, Tim Lebedkov wrote: am I right that files like http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.26/pygobject-2.26.0-1.win32-py2.7.msi are just overwritten with a newer version of the installer? Correct. We do not (yet?) detect the presence of the separate pycairo,

Re: [pygtk] problem pasting clipboard content from arabic website (target text/html)

2011-01-12 Thread Dieter Verfaillie
On 12/01/2011 16:03, Giuseppe Penone wrote: Yes it's mozilla firefox. I tried with input_string.decode(utf-16, ignore) but what I get is 猼慰瑳汹㵥昢湯⵴楳敺›㌱┰∻㰾灳湡猠祴敬∽潣潬㩲爠摥∻㰾灳湡猠祴敬∽潣潬㩲戠慬正∻䐾㑅䡇‱❈ㅄ☧‹䥁✠❄⼵ㄧ✠ⱄ䨯 䔪✠䐵ⴧ⠠㘹✠㥄䑄䠠䔪㤠䑅⼼灳湡㰾猯慰㹮⼼灳湡 Never had a need for it myself, but I've stumbled over this a

Re: [pygtk] problem pasting clipboard content from arabic website (target text/html)

2011-01-12 Thread Dieter Verfaillie
On 12/01/2011 16:24, Giuseppe Penone wrote: Yes I also was thinking that, being the first two chars not valid (\0xff and \0xfe) That would be the BOM (Byte Order Mark)... , the problem is that I cannot find a reference to understand what is the encoding according to those chars. ... for

Re: [pygtk] treeview drag n drop doesn't work on windows xp pygtk

2011-01-11 Thread Dieter Verfaillie
Hi, On 11/01/2011 14:09, Giuseppe Penone wrote: I successfully tested the example http://www.pygtk.org/pygtk2tutorial/examples/treeviewdnd.py on my linux distro but then when I tested on windows xp pygtk installation the internal drag n drop was not working (no errors from the command line).

Re: [pygtk] gtk.DrawingArea handle id on win32 bug

2011-01-11 Thread Dieter Verfaillie
On 28/12/2010 00:42, s.la...@free.fr wrote: hi i m trying to use my software in windows... normally i embed a video in a Drawingarea with his xid on linux or handle on windows But on windows this id is the same than the root window.. the drawingarea is not listed as a toplevel window

Re: [pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.5

2010-12-26 Thread Dieter Verfaillie
On 26/12/2010 21:05, Shin Guey Wong wrote: This all in one installer is great for developer. However, the installer contains lots of development files(header, static library, docs..etc) which doesn't need by a user who just want to install pygtk with gtk-runtime to run pygtk application. Ah,

Re: [pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.5

2010-12-24 Thread Dieter Verfaillie
On 24/12/2010 09:44, Tim Lebedkov wrote: thank you for the effort. I use the installers from http://www.optionexplicit.be/projects/gnome-windows/20101102/ in Npackd. Is it the right location? I keep everything on optionexplicit.be available as long as possible, but sometimes I need to remove

[pygtk] ANNOUNCE: PyGTK All-in-one Installer 2.22.5

2010-12-23 Thread Dieter Verfaillie
We are pleased to announce release 2.22.5 of the PyGTK All-in-one installer for Windows. More information can be found in the README file at: https://github.com/dieterv/pygtk-installer#readme * What is it? = The PyGTK All-in-one installer provides an alternative installation method

Re: [pygtk] Can't get tool tip to display

2010-12-17 Thread Dieter Verfaillie
On 17/12/2010 15:47, Gerald Britton wrote: On Fri, Dec 17, 2010 at 9:43 AM, Dieter Verfaillie On 17/12/2010 15:18, Gerald Britton wrote: On Thu, Dec 16, 2010 at 5:20 PM, Dieter Verfaillie On 16/12/2010 23:04, Dieter Verfaillie wrote: Or if you don't need that kind of flexibility you could

Re: [pygtk] Fwd: pygtk-2.22.0.win32-py2.6 issue

2010-12-16 Thread Dieter Verfaillie
On 16/12/2010 10:58, Rafael Villar Burke (Pachi) wrote: Thanks Dieter. I hope this helps the original poster. Another issue is, can pygobject on win32 be fixed to be more backwards compatible like in this scenario? Good question. There's a tiny little detail to consider though: There are no

Re: [pygtk] Can't get tool tip to display

2010-12-16 Thread Dieter Verfaillie
On 16/12/2010 22:06, Gerald Britton wrote: Hi Dieter, I just realized that your sample code displays a tooltip per row. What I would like to do is display the tip per column. So, if I'm in column 3, I see In column 3 or whatever, regardless of the row. How should I modify your sample code

Re: [pygtk] Can't get tool tip to display

2010-12-16 Thread Dieter Verfaillie
On 16/12/2010 23:04, Dieter Verfaillie wrote: On 16/12/2010 22:06, Gerald Britton wrote: Hi Dieter, I just realized that your sample code displays a tooltip per row. What I would like to do is display the tip per column. So, if I'm in column 3, I see In column 3 or whatever, regardless

Re: [pygtk] gtk.Builder inherited widgets

2010-12-15 Thread Dieter Verfaillie
On 15/12/2010 00:09, Alessandro Dentella wrote: Hi Dieter, On Tue, Dec 14, 2010 at 08:28:19PM +0100, Dieter Verfaillie wrote: On 14/12/2010 17:41, Alessandro Dentella wrote: What am I doing wong? See the attachment. Got it working :) If I understand correctly, what makes the difference

Re: [pygtk] gtk.Builder inherited widgets

2010-12-14 Thread Dieter Verfaillie
On 14/12/2010 17:41, Alessandro Dentella wrote: What am I doing wong? See the attachment. Got it working :) mvg, Dieter #!/usr/bin/python ?xml version=1.0? interface requires lib=gtk+ version=2.16/ !-- interface-requires pythonplugin 0.0 -- !-- interface-naming-policy project-wide --

Re: [pygtk] Problem with gtk.TextView in Windows, but not in Linux

2010-12-12 Thread Dieter Verfaillie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/12/2010 16:24, James Simmons wrote: Dieter, I tried replacing all my Python and PyGTK files with older versions and that didn't help. What's odd is that I CAN split a line into two lines with the Enter key; I just can't create a blank

Re: [pygtk] Problem with gtk.TextView in Windows, but not in Linux

2010-12-11 Thread Dieter Verfaillie
Quoting James Simmons nices...@gmail.com: I tried it and it didn't work. I also tried replacing the GTK bundle with the older one, and the program would not accept it. I verified that the TextBuffer actually does contain the newlines. It's just that the TextView ignores them. Even if you

Re: [pygtk] 'name' attribute for objects created by gtk.Builder

2010-12-11 Thread Dieter Verfaillie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/12/2010 13:59, Alessandro Dentella wrote: Hi, in the process of migrating from glade to Builder I wrote the 2 attached test files, where the main part is: gld = gtk.glade.xml_new_from_buffer(__doc__,len(__doc__))

Re: [pygtk] Problem with gtk.TextView in Windows, but not in Linux

2010-12-10 Thread Dieter Verfaillie
Quoting James Simmons nices...@gmail.com: http://git.sugarlabs.org/e-book-making-scripts/mainline/blobs/master/proofer.py Just a thought, but try changing line 84 from etext_file = open(text_filename,r) to etext_file = open(text_filename,rU) and see what happens... mvg, Dieter

Re: [pygtk] Can't get tool tip to display

2010-12-04 Thread Dieter Verfaillie
Quoting Gerald Britton gerald.brit...@gmail.com: Say, how would I patch this code to show tips when I mouse over the column headers? It works great for the rows underneath. That's a good question... Has anybody done something like that? mvg, Dieer

Re: [pygtk] Can't get tool tip to display

2010-12-03 Thread Dieter Verfaillie
Quoting Gerald Britton gerald.brit...@gmail.com: Hi -- I have a treeview where I want tooltips to display upon mouse-hover. I need help to see what I'm missing in this section since the tips are not popping up: (columns is a simple list of column names) self.view = gtk.TreeView()

Re: [pygtk] Setting GTK locale

2010-12-03 Thread Dieter Verfaillie
Quoting Fredrik Corneliusson fredrik.cornelius...@gmail.com: I'm localizing a PyGTK application (win32 py2exe). As my target audience is multilingual and might not want to have the user interface language set to the system default I have made it configurable. This works for the custom strings

  1   2   >