Re: [pygtk] Call For Testing: Updated PyGObject, Pycairo and PyGTK for Windows

2010-11-02 Thread John Stowers
On Thu, 2010-10-28 at 11:52 +1300, John Stowers wrote: On Sat, 2010-10-16 at 20:00 +1300, John Stowers wrote: Hi All, I spent some time updating the windows installers for PyGObject, PyGTK and Pycairo. Hi All, Thanks for your feedback and testing. I updated the installers again

Re: [pygtk] Call For Testing: Updated PyGObject, Pycairo and PyGTK for Windows

2010-11-02 Thread Yann Leboulanger
On 11/02/2010 10:53 AM, John Stowers wrote: On Thu, 2010-10-28 at 11:52 +1300, John Stowers wrote: On Sat, 2010-10-16 at 20:00 +1300, John Stowers wrote: PyGObject 2.26 (for glib-2.26.0) http://www.johnstowers.co.nz/files/win32/pygobject-2.26.0.win32-py2.6.exe

Re: [pygtk] Codegen/argtypes: No ArgType for GValue* on Linux Windows

2010-11-02 Thread David ROY
Hi Dieter, In fact that's what I'm already doing. Thus I have no issue with the types registered in arg-types.py, such as BoundsPtrArg or GooCanvasBoundPtrParam. The problem is that I don't see where GValue* is registered (or more precisely, where it should be registered and why it isn't). Is

Re: [pygtk] Codegen/argtypes: No ArgType for GValue* on Linux Windows

2010-11-02 Thread Dieter Verfaillie
(currently 20101102). This message was sent using IMP, the Internet Messaging Program. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK

Re: [pygtk] Codegen/argtypes: No ArgType for GValue* on Linux Windows

2010-11-02 Thread David ROY
Hi Dieter, I installed the built binaries you provide for windows: 20101102/pygoocanvas-0.14.2.win32-py2.6.msi But no one of the libgoocanvas-3.dll I tried seems to fit with the goocanvas.pyd, I always end up with: import goocanvas Traceback (most recent call last): File stdin, line 1

[pygtk] gtk.gdk.Pixbuf scaling broken with PyGTK 2.22 and Python 2.7

2010-11-02 Thread Smartboy
Hello, I'm trying to scale a pixbuf in my application, but it seems that both gtk.gdk.pixbuf_new_from_file_at_size and gtk.gdk.Pixbuf.scale_simple are broken since the image remains at its current size regardless of which I use. Here is some sample code: self.hrPixbuf =

Re: [pygtk] Codegen/argtypes: No ArgType for GValue* on Linux Windows

2010-11-02 Thread Dieter Verfaillie
Hi, Quoting David ROY da...@gamr7.com: I installed the built binaries you provide for windows: 20101102/pygoocanvas-0.14.2.win32-py2.6.msi But no one of the libgoocanvas-3.dll I tried seems to fit with the goocanvas.pyd, I always end up with: The pygoocanvas installer is built against: http

[pygtk] Simple WYGIWYS HTML/Markdown editor

2010-11-02 Thread Arturs Jansons
I`am new in GTK+ and I want to create simple and fast WYGIWYS editor for editing to html files inline. In this case I don`t know how to wrap strong, em and h1..h6 and other tags. I use this tutorial:

Re: [pygtk] Simple WYGIWYS HTML/Markdown editor

2010-11-02 Thread Koratsuki_Nijuuni
Taker a look at[1], [2] and [3]. And contact our best friend, google. [1] http://code.google.com/p/pywebkitgtk/ [2] http://live.gnome.org/WebKitGtk [3] http://www.tuxradar.com/content/python-pygtk-webkit-20-minutes Best regards. I`am new in GTK+ and I want to create simple and fast WYGIWYS