Re: pygtk - What is the best way to change the mouse pointer

2009-08-26 Thread MRAB
Ido Levy wrote: Hello All, I am writing a dialog which one of its widget is a gtk.ComboBoxEntry ( let's assume widget in the example below is its instance ) When the user select one of the values from the gtk.ComboBoxEntry I need to run some calculations that takes a few seconds. In order to

Re: PyGtk Depends on Numeric

2009-07-10 Thread Aahz
In article 1ebe9314-9434-459a-bd3e-2b2386a35...@n11g2000yqb.googlegroups.com, dieter vel.ac...@gmail.com wrote: Get with the times people and port to numpy. :P Don't you think its about time? Are you trying to get something to happen or just posting a random drive-by? -- Aahz

PyGtk Depends on Numeric

2009-07-09 Thread dieter
Get with the times people and port to numpy. :P Don't you think its about time? ~Pete -- http://mail.python.org/mailman/listinfo/python-list

[ANNOUNCE] PyGTK 2.15.1 - unstable

2009-05-25 Thread Gian Mario Tagliaretti
A new unstable development release of the Python bindings for GTK+ has been released. The new release is available from ftp.gnome.org and its mirrors as soon as its synced correctly: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.15/ Blurb: GTK+ is a toolkit for developing graphical

About dictionary in combobox in pygtk

2009-05-21 Thread shruti surve
hi all, My data has thousands of entries. I 'd like to feed the combobox with dictionary.how to use dictionary in combobox? Regards, shruti surve -- http://mail.python.org/mailman/listinfo/python-list

xml menu pygtk

2009-05-16 Thread Seb
I'm trying to construct a menu from an xml file. However my recursive algorithm isn't doing what I want it too. I've been starring at this for too long. Any help appreciated :) I get the following error but the problem is more of a logical nature. ./gnomeAppletMenu.py:40: GtkWarning:

Re: xml menu pygtk

2009-05-16 Thread MRAB
Seb wrote: I'm trying to construct a menu from an xml file. However my recursive algorithm isn't doing what I want it too. I've been starring at this for too long. Any help appreciated :) I get the following error but the problem is more of a logical nature. ./gnomeAppletMenu.py:40: GtkWarning:

Re: xml menu pygtk

2009-05-16 Thread Seb
On May 16, 4:20 pm, MRAB goo...@mrabarnett.plus.com wrote: Seb wrote: I'm trying to construct a menu from an xml file. However my recursive algorithm isn't doing what I want it too. I've been starring at this for too long. Any help appreciated :) I get the following error but the problem

Re: xml menu pygtk

2009-05-16 Thread MRAB
Seb wrote: On May 16, 4:20 pm, MRAB goo...@mrabarnett.plus.com wrote: Seb wrote: I'm trying to construct a menu from an xml file. However my recursive algorithm isn't doing what I want it too. I've been starring at this for too long. Any help appreciated :) I get the following error but the

Re: xml menu pygtk

2009-05-16 Thread Seb
On May 16, 5:04 pm, MRAB goo...@mrabarnett.plus.com wrote: Seb wrote: On May 16, 4:20 pm, MRAB goo...@mrabarnett.plus.com wrote: Seb wrote: I'm trying to construct a menu from an xml file. However my recursive algorithm isn't doing what I want it too. I've been starring at this for too

Re: xml menu pygtk

2009-05-16 Thread Seb
On May 16, 5:04 pm, MRAB goo...@mrabarnett.plus.com wrote: Seb wrote: On May 16, 4:20 pm, MRAB goo...@mrabarnett.plus.com wrote: Seb wrote: I'm trying to construct a menu from an xml file. However my recursive algorithm isn't doing what I want it too. I've been starring at this for too

[issue5978] cProfile and profile don't work with pygtk/pyqt and sys.exit(0)

2009-05-09 Thread Akkana Peck
New submission from Akkana Peck akkzi...@shallowsky.com: I was following the steps at http://docs.python.org/library/profile.html to try to profile a pygtk program, but it wasn't working -- I was getting no output at all from either cProfile or profile. The problem turned out to be that I

[ANN] PyGtkImageView 1.2.0 -- Image viewer widget for PyGTK

2009-04-05 Thread BJörn Lindqvist
I'm pleased to finally announce PyGtkImageView 1.2.0! Description --- GtkImageView is a simple image viewer widget for GTK+. Similar to the image viewer panes in gThumb or Eye of Gnome. It makes writing image viewing and editing applications easy. Among its features are: * Mouse and

Re: PyGTK and skins?

2009-03-29 Thread Emanuele D'Arrigo
On Mar 29, 12:28 am, Cousin Stanley cousinstan...@gmail.com wrote:     You might try the pygtk mailing list available     via the  news.gmane.org  server Than you Stanley, much appreciated! Manu -- http://mail.python.org/mailman/listinfo/python-list

PyGTK and skins?

2009-03-28 Thread Emanuele D'Arrigo
Hi everybody, Is GTK/PyGTK able to support application-based (rather than os-based) skins? I.e. round corners, redesigned scrollbars, arbitrarily shaped buttons and so on? Manu -- http://mail.python.org/mailman/listinfo/python-list

Re: PyGTK and skins?

2009-03-28 Thread Cousin Stanley
Is GTK/PyGTK able to support application-based (rather than os-based) skins? I.e. round corners, redesigned scrollbars, arbitrarily shaped buttons and so on? Manu You might try the pygtk mailing list available via the news.gmane.org server

Re: [python-list] Re: Strange crash issue on Windows w/ PyGTK, Cairo...

2009-03-23 Thread CJ Kucera
CJ Kucera wrote: Okay, I've got a reproducible testcase of this available up here: http://apocalyptech.com/pygtk-zlib/ I'm no longer *totally* convinced that it's a zlib issue... zlib's call actually returns a valid string, and the error happens later in the app. Hello, again, list. One

Re: [python-list] Re: Strange crash issue on Windows w/ PyGTK, Cairo...

2009-03-19 Thread CJ Kucera
bieff...@gmail.com wrote: If you have worked with C/C++, you know that memory-related bugs can be very tricky. More than once - working with C code - I had crashes that disappeared if I just added a 'printf', because the memory allocation scheme changed and the memory corrupted was not

Re: Strange crash issue on Windows w/ PyGTK, Cairo...

2009-03-19 Thread CJ Kucera
a reproducible testcase of this available up here: http://apocalyptech.com/pygtk-zlib/ I'm no longer *totally* convinced that it's a zlib issue... zlib's call actually returns a valid string, and the error happens later in the app. I've yet to be able to engineer a crash using anything other than

Re: [python-list] Re: Strange crash issue on Windows w/ PyGTK, Cairo...

2009-03-19 Thread CJ Kucera
CJ Kucera wrote: Okay, I've got a reproducible testcase of this available up here: http://apocalyptech.com/pygtk-zlib/ Hello, two brief notes here: 1) Someone on the PyGTK list mentioned that I should really be using StringIO instead of my own hacky attempt at one, in there, and of course he

Re: Strange crash issue on Windows w/ PyGTK, Cairo...

2009-03-18 Thread bieffe62
On Mar 18, 6:20 am, CJ Kucera p...@apocalyptech.com wrote: Hello list! I'm having a strange issue, and I'm not entirely certain yet where the actual problem is (ie, Python, PyGTK, or gtk+), but I figure I'll start here.  Bear with me, this'll probably be a long explanation... I've been

Re: [python-list] Re: Strange crash issue on Windows w/ PyGTK, Cairo...

2009-03-18 Thread CJ Kucera
bieff...@gmail.com wrote: It looks like some of the C extension you are using is causing a segfault or similar in python interpreter (or it could be a bug in the interpreter itself, but it is a lot less likely). Okay... I assume by C extension you'd include the PyGTK stuff, right? (ie

Re: [python-list] Re: Strange crash issue on Windows w/ PyGTK, Cairo...

2009-03-18 Thread MRAB
CJ Kucera wrote: bieff...@gmail.com wrote: It looks like some of the C extension you are using is causing a segfault or similar in python interpreter (or it could be a bug in the interpreter itself, but it is a lot less likely). Okay... I assume by C extension you'd include the PyGTK stuff

Re: Strange crash issue on Windows w/ PyGTK, Cairo...

2009-03-18 Thread bieffe62
assume by C extension you'd include the PyGTK stuff, right? (ie: pycairo, pygobject, and pygtk)  Those are the only extras I've got installed, otherwise it's just a base Python install. Would a bad extension really cause this kind of behavior though? Specifically the working-the-first-time and crash

Strange crash issue on Windows w/ PyGTK, Cairo...

2009-03-17 Thread CJ Kucera
Hello list! I'm having a strange issue, and I'm not entirely certain yet where the actual problem is (ie, Python, PyGTK, or gtk+), but I figure I'll start here. Bear with me, this'll probably be a long explanation... I've been building an app which is meant to be run on both Linux and Windows

[ANNOUNCE] PyGTK 2.14.1

2009-03-05 Thread Gian Mario Tagliaretti
A new stable release of the Python bindings for GTK+ has been released. The new release is available from ftp.gnome.org and its mirrors as soon as its synced correctly: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.14/ Blurb: GTK+ is a toolkit for developing graphical applications that run

[PyGTK] Singleton Window

2009-03-05 Thread alex goretoy
Hello All, I am trying to create a singleton window in pygtk and for the life of me can't seem to figure out a better way to go about doing this. The way I'm doing it now is to recreate the window and show it. Example code is below. I would much appreciate any assistance in this matter. I've

Re: [PyGTK] Singleton Window

2009-03-05 Thread alex goretoy
Correction, it's not True singleton. -Alex Goretoy http://www.goretoy.com On Thu, Mar 5, 2009 at 10:38 PM, alex goretoy aleksandr.gore...@gmail.comwrote: Hello All, I am trying to create a singleton window in pygtk and for the life of me can't seem to figure out a better way to go

Re: PyGTK install

2009-02-19 Thread Eric_Dexter
On Feb 18, 5:12 pm, Lionel lionel.ke...@gmail.com wrote: On Feb 18, 3:03 pm, Lionel lionel.ke...@gmail.com wrote: On Feb 18, 2:08 pm, Lionel lionel.ke...@gmail.com wrote: On Feb 18, 11:43 am, Lionel lionel.ke...@gmail.com wrote: Hello folks, I couldn't find a specific PyGTK forum

Re: Threads in PyGTK: keep typing while ping-ing

2009-02-18 Thread bieffe62
On 17 Feb, 02:53, Mamahita Sela mamahitas...@yahoo.com wrote: Dear FB, As you have been already told, join() blocks until the thread is terminated. and you should avoid that. A simple fix could by add a timeout to t.join, doing something like :         t.join(JOIN_TIMEOUT);        

PyGTK install

2009-02-18 Thread Lionel
Hello folks, I couldn't find a specific PyGTK forum so I thought I'd post here and hope someone new the answer. I feel it's a silly problem, maybe something to do with a path variable? The problem: I've downloaded the all-in-one windows binary installer for PyGTK from their website. After typing

Re: PyGTK install

2009-02-18 Thread Lionel
On Feb 18, 11:43 am, Lionel lionel.ke...@gmail.com wrote: Hello folks, I couldn't find a specific PyGTK forum so I thought I'd post here and hope someone new the answer. I feel it's a silly problem, maybe something to do with a path variable? The problem: I've downloaded the all-in-one windows

Re: PyGTK install

2009-02-18 Thread Lionel
On Feb 18, 2:08 pm, Lionel lionel.ke...@gmail.com wrote: On Feb 18, 11:43 am, Lionel lionel.ke...@gmail.com wrote: Hello folks, I couldn't find a specific PyGTK forum so I thought I'd post here and hope someone new the answer. I feel it's a silly problem, maybe something to do

Re: PyGTK install

2009-02-18 Thread Lionel
On Feb 18, 3:03 pm, Lionel lionel.ke...@gmail.com wrote: On Feb 18, 2:08 pm, Lionel lionel.ke...@gmail.com wrote: On Feb 18, 11:43 am, Lionel lionel.ke...@gmail.com wrote: Hello folks, I couldn't find a specific PyGTK forum so I thought I'd post here and hope someone new the answer

Threads in PyGTK: keep typing while ping-ing

2009-02-16 Thread Mamahita Sela
Dear All, I have read several howtos for threading in PyGTK. I have tried some but with no luck. What i want is: i can keep typing in gtk.TextView while periodically doing ping some hosts. I think, the thread part is working since i can ping so fast (even for not reply host, around 3 s

Re: Threads in PyGTK: keep typing while ping-ing

2009-02-16 Thread Jean-Paul Calderone
On Mon, 16 Feb 2009 05:47:22 -0800 (PST), Mamahita Sela mamahitas...@yahoo.com wrote: Dear All, I have read several howtos for threading in PyGTK. I have tried some but with no luck. What i want is: i can keep typing in gtk.TextView while periodically doing ping some hosts. You don't need

Re: Threads in PyGTK: keep typing while ping-ing

2009-02-16 Thread bieffe62
On 16 Feb, 14:47, Mamahita Sela mamahitas...@yahoo.com wrote: Dear All, I have read several howtos for threading in PyGTK. I have tried some but with no luck. What i want is: i can keep typing in gtk.TextView while periodically doing ping some hosts. I think, the thread part is working

Re: Threads in PyGTK: keep typing while ping-ing

2009-02-16 Thread Mamahita Sela
Dear FB, As you have been already told, join() blocks until the thread is terminated. and you should avoid that. A simple fix could by add a timeout to t.join, doing something like : t.join(JOIN_TIMEOUT); if not t.isAlive(): print t.result Thanks for your

reconstruct html form in pyGTK window and create dict from pyGTK

2009-02-05 Thread alex goretoy
Hello All, What would be the best way to fetch a form/s from a webpage and then recreate it in a pygtk window? I'm doing some research on this for a project called pynutbutter. This is for jellpy actually, which handles creating option mappings for pynutbutter from a GUI. The things I know I

Problem with py2exe when using bundle_files and pygtk/pygobject

2008-11-27 Thread [EMAIL PROTECTED]
Hi, I am using py2exe with pygtk and everything works fine. But when I set bundle_files to 1 or 2, I get following exception, when starting the binary: Traceback (most recent call last): File startup.py, line 1, in module File zipextimporter.pyc, line 82, in load_module File foo.pyc, line

Porting a pygtk app to Windows

2008-09-16 Thread binaryjesus
hi everyone, first of all I had written an app using pygtk module and created the GUI with glade.All the development was done on a linux machine and the app was working fine all this tme in linux. now, the thing is i have to change the development environment to windows. So this means that i have

Re: Porting a pygtk app to Windows

2008-09-16 Thread Michael Palmer
On Sep 16, 12:30 pm, binaryjesus [EMAIL PROTECTED] wrote: hi everyone, first of all I had written an app using pygtk module and created the GUI with glade.All the development was done on a linux machine and the app was working fine all this tme in linux. now, the thing is i have to change

[pygtk] ANNOUNCE: PyGObject 2.15.3

2008-09-01 Thread Johan Dahlin
) - wrap g_content_types_get_registered() (Paul, #547088) - cannot create new threads when pygtk is used (Paul, #547633) - an unitialized variable in PyGLib (Paul, #549351) - Constructor of gtk.TreeView raises TypeError when model is None (Paul, #549191

migration guide (tool) for tkinter to pygtk porting?

2008-08-13 Thread nntpman68
Hi, I have some scripts written for tkinter. Maemo devvice however (for example the Nokia n800) support only pygtk and not tkinter. Are there any migration guide lines or wrapper tools? bye N -- http://mail.python.org/mailman/listinfo/python-list

pygtk treview, ListStore not displaying properly

2008-07-29 Thread binaryjesus
hi group i am running into a problem with gtk. i have a treeview that just displays tabular data (no down arrows or trees etc). it has 5 columns. The tiny problem i am having is that it is just display the data of the column named `title` in all the colums! here the pic of the app in action

Re: pygtk treview, ListStore not displaying properly

2008-07-29 Thread binaryjesus
finally i solved it. This for any googler who comes this way def show_sync_wind(self,obj, data = None): t = Template.select(Template.q.synced == '0') self.synclstore = gtk.ListStore(str,str,str,str,str) x = 0 cr =

[pygtk] ANNOUNCE: PyGObject 2.15.1

2008-07-16 Thread Johan Dahlin
, initial bindings for GIO. Note that these are not complete, please report missing API in Bugzilla so we know what people are missing. Codegen has been moved from PyGTK and can now be used without depending on GTK+, which should be useful for GObject based libraries. What's new since PyGObject 2.15.1

[pygtk] ANNOUNCE: PyGObject 2.15.0

2008-07-15 Thread Johan Dahlin
bindings for GIO. Note that these are not complete, please report missing API in Bugzilla so we know what people are missing. Codegen has been moved from PyGTK and can now be used without depending on GTK+, which should be useful for GObject based libraries. What's new since PyGObject 2.14.x

Adding a Cairo object into a vbox using pygtk

2008-07-11 Thread Mr SZ
, width, height):     image = cairo.ImageSurface.create_from_png (image.png)     cr.set_source_surface (image, 0, 0)     cr.paint () and the framework.py from the examples: #! /usr/bin/env python import pygtk pygtk.require('2.0') import gtk, gobject, cairo # Create a GTK+ widget on which we

[pygtk] ANNOUNCE: PyGObject 2.14.2

2008-05-25 Thread Johan Dahlin
of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications. Like the GObject library itself PyGObject is licensed under the GNU LGPL, so is suitable for use in both free software

pygtk + threading.Timer

2008-04-14 Thread Dmitry Teslenko
Hello! I have simple chat application with pygtk UI. I want some event (for example update user list) to have place every n seconds. What's the best way to archive it? I tried threading.Timer but result is following: all events wait till exit of gtk main loop and only then they occur. Thanks

Re: pygtk + threading.Timer

2008-04-14 Thread Jarek Zgoda
Dmitry Teslenko napisał(a): I have simple chat application with pygtk UI. I want some event (for example update user list) to have place every n seconds. What's the best way to archive it? I tried threading.Timer but result is following: all events wait till exit of gtk main loop and only

Re: pygtk + threading.Timer

2008-04-14 Thread Dmitry Teslenko
2008/4/14 Jarek Zgoda [EMAIL PROTECTED]: I have simple chat application with pygtk UI. I want some event (for example update user list) to have place every n seconds. What's the best way to archive it? I tried threading.Timer but result is following: all events wait till exit of gtk

[help] how to install pygtk

2008-04-12 Thread He Jibo
Hi, Everyone, Could someone help me how to install pygtk? I get some problems with it. Here is the error I get while install pygtk: https://netfiles.uiuc.edu/jibohe2/error.GIF?uniq=-k6678k I use python 2.4, I first installed glade-2.0.1-win32_with_gtk, and then pycairo-1.0.2-1.win32-py2.4

PyGTK GUI update without signals from GUI

2008-04-12 Thread Andrew Lapidas
Hi All: I am currently having a problem updating a GUI. I am using PyGTK and Glade to design an interface for a project. This interface contains no buttons, just images, labels, and a progress bar. The code for the project is small, and it basically does some things independent of the GUI

PyGtk Windows all in one installer

2008-04-06 Thread Marco Bonifazi
I realized a PyGtk all in one installer for Windows. You can download it from here: http://www.bonifazi.eu/appunti/pygtk_windows_installer.exe It is simply an assembling of all the different installers I previously downloaded (which are executed step by step), and you can choose. I realized

[PyGTK] Drawing PNG

2008-04-05 Thread hexusnexus
I have some PNGs with transparent backgrounds. How do I draw them using PyGTK? -- http://mail.python.org/mailman/listinfo/python-list

Re: PyGTK localisation on Win32

2008-03-30 Thread Dieter Verfaillie
On Thu, 2008-03-27 at 05:21 -0700, Sukhov Dmitry wrote: I have the same problem. I did all as you wrote. gettext translations do work fine. But translations in glade does not work. The only way to turn it on is to set environment variable LANG explicitly before program run: set LANG=ru_RU

Re: PyGTK localisation on Win32

2008-03-27 Thread Sukhov Dmitry
I had no problem with using standard gettext way of doing i18n on Windows with PyGTK an Glade, apart some quirks with LANG environment variable. Basically, the code that works looks like this: import gettext, locale locale.setlocale(locale.LC_ALL, '') if os.name == 'nt

Re: PyGTK localisation on Win32

2008-03-25 Thread Jarek Zgoda
, the app will need to be translated into other languages that have no locale, in windows is there a way to have Glade load values from a textfile instead of trying to use the .mo files? I had no problem with using standard gettext way of doing i18n on Windows with PyGTK an Glade, apart some

PyGTK localisation on Win32

2008-03-24 Thread jwesonga
I've built an app on linux which we have managed to localise into at least three languages, the app runs well using this command LANG=fr_FR python app.py which would translate the app into french. We've tried the replicate the same principle on windows but so far nothing works, the app will need

[ANN] PyGtkImageView 1.1.0 -- Image viewer widget for PyGTK

2008-03-13 Thread BJörn Lindqvist
I'm pleased to finally announce PyGtkImageView 1.1.0! Description --- GtkImageView is a simple image viewer widget for GTK+. Similar to the image viewer panes in gThumb or Eye of Gnome. It makes writing image viewing and editing applications easy. Among its features are: * Mouse and

how to theme/skin pyGtk apps

2008-03-11 Thread binaryj
hi again dear group. what i am interested in is giving my pygtk app some distinct look, a lil childish look coz the app is for children. so, i downloaded a couple of themes from http://art.gnome.org/themes/gtk2/ and for the past 1 hr i have been trying to theme my app but with no results. could

Re: PyGTK, Glade, and ComboBoxEntry.append_text()

2008-01-23 Thread Greg Johnston
On Jan 21, 5:44 pm, Greg Johnston [EMAIL PROTECTED] wrote: Hey all, I'm a relative newbie to Python (switched over from Scheme fairly recently) but I've been usingPyGTKand Glade to create an interface, which is a combo I'm very impressed with. There is, however, one thing I've been

Re: PyGTK, Glade, and ComboBoxEntry.append_text()

2008-01-22 Thread Yann Leboulanger
Greg Johnston wrote: Hey all, I'm a relative newbie to Python (switched over from Scheme fairly recently) but I've been using PyGTK and Glade to create an interface, which is a combo I'm very impressed with. There is, however, one thing I've been wondering about. It doesn't seem possible

PyGTK, Glade, and ComboBoxEntry.append_text()

2008-01-21 Thread Greg Johnston
Hey all, I'm a relative newbie to Python (switched over from Scheme fairly recently) but I've been using PyGTK and Glade to create an interface, which is a combo I'm very impressed with. There is, however, one thing I've been wondering about. It doesn't seem possible to modify ComboBoxEntry

Pygtk Image Load Problem

2008-01-14 Thread Bowen
Hey I have a simple image load written in Python. Here is a link to the pastebin http://pastebin.com/m490093b3 I am having a problem when loading the full screen images, it is displaying a gray line at the bottom of the image as can be seen in this screen shot

pygtk dnd woes

2008-01-12 Thread [EMAIL PROTECTED]
Hi all, DND has just about got me going bonkers. I want to process the dnd drop to main window and then process the dnd_list to ship to open_arg. Resulting in individual editor panes opening the files. The problem: TypeError: dnd_drop() takes exactly 6 arguments (8 given) or TypeError:

[pygtk] ANNOUNCE: PyGTK 2.12.1

2008-01-04 Thread Johan Dahlin
to a newly added API in Python. Thanks Guido! The new release is available from ftp.gnome.org and its mirrors as soon as its synced correctly: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.12/ What's new since 2.12.0? - Add support for PySignal_SetWakeUp thread which avoids unnecessary

PyGTK, libglade, and signal_autoconnect

2008-01-04 Thread rocco . rossi
I was having a real hard time trying to accomplish something. I couldn't find a way to automatically connect the close button (clicked signal) of a GUI app I was working on, to the gtk.main_quit() function. I had entered this handler directly with the GLADE-3 designer (I DON'T WANT TO USE A

pygtk theme colors ?

2007-12-12 Thread manatlan
I understand nothing ... I'm trying to get the color of a normal background window and when I change my themes (i switch between a light and a dark theme) i obtain always the same output below : style = gtk.Button().get_style()

Re: pygtk theme colors ?

2007-12-12 Thread manatlan
I've found ... In fact, you'll need to realize the window, and you should obtain the real gtk theme style (if you didn't realize the window, you obtain the default gtk theme style) (I post it here, so i could find it in the future again ;-) w = gtk.Window() w.realize() style=w.get_style()

Re: [pygtk] Rectangular Selection in gtk.TextView

2007-12-07 Thread Wildemar Wildenburger
John Ehresman wrote: I may be wrong here, but I suspect TextView does not support rectangular selections. I haven't seen mention of rectangular selections when I've worked with it and a quick google search seems to confirm this. That is my experience too; I was hoping that there might be

Re: [pygtk] Rectangular Selection in gtk.TextView

2007-12-07 Thread Wildemar Wildenburger
Oops! This was meant to go to the pygtk list. Mixup on my part, sorry. Not that I would lament comments from the general python crowd, though. ;) /W Wildemar Wildenburger wrote: John Ehresman wrote: I may be wrong here, but I suspect TextView does not support rectangular selections. I

Re: Tkinter, wxPython, PyGtk, or PyQt...

2007-11-29 Thread kyosohma
most of the time. PyGtk seems to be a modern, very clean and nice approach, but with poor W32-support. Is PyGtk a mature library with respect to version stability and documentation. PyQt is a huge library (thanks to Qt), but not free on W32, or? Is there any possibility that any of the above

Re: Tkinter, wxPython, PyGtk, or PyQt...

2007-11-29 Thread gsal
is PyQt related to Qt? I presume so. is Qt needed for PyQt? is PyQt usable in all platforms Python is available and is it GPLed, too? I read TrollTech webpage on QT and the Windows version is not free for in-house development in the private industry; licenses start around $6000 for the first

Re: Tkinter, wxPython, PyGtk, or PyQt...

2007-11-29 Thread Diez B. Roggisch
gsal schrieb: is PyQt related to Qt? I presume so. is Qt needed for PyQt? Sure. is PyQt usable in all platforms Python is available and is it GPLed, too? Yes. Diez -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter, wxPython, PyGtk, or PyQt...

2007-11-29 Thread Benjamin
On Nov 29, 11:53 am, gsal [EMAIL PROTECTED] wrote: is PyQt related to Qt? I presume so. I sure that if it wasn't, Trolltech would be on their back... is Qt needed for PyQt? is PyQt usable in all platforms Python is available and is it GPLed, too? I read TrollTech webpage on QT and the

Tkinter, wxPython, PyGtk, or PyQt...

2007-11-28 Thread John Jameson
library to choose. Tkinter seems a bit old. Correct me if I am wrong! The layout doesn't look as nice as for the others. wxPython seems to be the first-hand choice for people doing W32-programming (with MFC-experience). PyGtk seems to be a modern, very clean and nice approach, but with poor W32

Re: Tkinter, wxPython, PyGtk, or PyQt...

2007-11-28 Thread Benjamin
++)... PyGtk seems to be a modern, very clean and nice approach, but with poor W32-support. Is PyGtk a mature library with respect to version stability and documentation. I wouldn't know. PyQt is a huge library (thanks to Qt), but not free on W32, or? All versions of Qt4 are available under GPL for Mac

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-04 Thread Lawrence D'Oliveiro
In message [EMAIL PROTECTED], Grant Edwards wrote: You've got to admit that Tk just works, although as a result it looks ugly and foreign on all platforms. Sort of a pidgin GUI. :) -- http://mail.python.org/mailman/listinfo/python-list

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-03 Thread Chris Mellon
On 10/2/07, Grant Edwards [EMAIL PROTECTED] wrote: On 2007-10-02, Chris Mellon [EMAIL PROTECTED] wrote: PyGtk has poor cross platform support, a very large footprint (the largest of all these libraries) It's larger than wxWidgets on top of Gtk? No, but it's larger than wx on top

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-03 Thread Chris Mellon
On 10/2/07, bramble [EMAIL PROTECTED] wrote: On Oct 2, 11:07 am, Chris Mellon [EMAIL PROTECTED] wrote: PyGtk has poor cross platform support, a very large footprint (the largest of all these libraries) as well as a complicated runtime environment. What's complicated about it? There's

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-03 Thread Grant Edwards
On 2007-10-03, Chris Mellon [EMAIL PROTECTED] wrote: On 10/2/07, Grant Edwards [EMAIL PROTECTED] wrote: On 2007-10-02, Chris Mellon [EMAIL PROTECTED] wrote: PyGtk has poor cross platform support, a very large footprint (the largest of all these libraries) It's larger than wxWidgets on top

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-03 Thread Grant Edwards
On 2007-10-03, Chris Mellon [EMAIL PROTECTED] wrote: On 10/2/07, bramble [EMAIL PROTECTED] wrote: On Oct 2, 11:07 am, Chris Mellon [EMAIL PROTECTED] wrote: PyGtk has poor cross platform support, a very large footprint (the largest of all these libraries) as well as a complicated runtime

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-03 Thread Chris Mellon
On 10/3/07, Grant Edwards [EMAIL PROTECTED] wrote: On 2007-10-03, Chris Mellon [EMAIL PROTECTED] wrote: On 10/2/07, Grant Edwards [EMAIL PROTECTED] wrote: On 2007-10-02, Chris Mellon [EMAIL PROTECTED] wrote: PyGtk has poor cross platform support, a very large footprint (the largest

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-03 Thread bramble
On Oct 3, 1:39 pm, Chris Mellon [EMAIL PROTECTED] wrote: On 10/3/07, Grant Edwards [EMAIL PROTECTED] wrote: On 2007-10-03, Chris Mellon [EMAIL PROTECTED] wrote: On 10/2/07, Grant Edwards [EMAIL PROTECTED] wrote: On 2007-10-02, Chris Mellon [EMAIL PROTECTED] wrote: PyGtk has poor

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-03 Thread Chris Mellon
Mellon [EMAIL PROTECTED] wrote: PyGtk has poor cross platform support, a very large footprint (the largest of all these libraries) It's larger than wxWidgets on top of Gtk? No, but it's larger than wx on top of the native API, A moot point for X11. wxWidgets actually

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread Diez B. Roggisch
Maybe a better question is, how has Tk managed to keep beating up the newer, more modern, more featureful, better documented toolkits encroaching on his territory? What's Tk's secret weapon? There is no secret weapon. It's a question about dependencies, maintenance, stability and supported

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread Paul Boddie
On 2 Okt, 04:54, bramble [EMAIL PROTECTED] wrote: Maybe the key I'm missing is this: maybe GvR and company think that a language absolutely should come off-the-shelf with GUI toolkit bindings. So, given that, they feel they've gotta pick just one, and they've already got Tkinter and it works,

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread Carsten Haese
On Tue, 2007-10-02 at 03:04 +, bramble wrote: But Py3k is all about breaking compatibility That's a complete distortion of Python 3.0's mission. Python 3.0 breaks backwards compatibility only where there exist good reasons to do so. As Guido put it in a recent Python-3000 post, Python 3000

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread Kevin Walzer
it plays nice with both proprietary and open-source software (as does Python's license). Aren't PyGtk and wxPython LGPL? And PyQt is either GPL or proprietary. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread Terry Reedy
bramble [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] | I don't know... As I meant to imply above, it's looking like Tkinter | will be playing its expected role in Py3k as the GUI toolkit of | choice. And from what I've seen of the Py3k effort, there's been | really excellent work on

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread jim-on-linux
, PyGTK, PyQt, and wxPython, all have a modern look and feel and far more widgets and better documentation than Tkinter. So, that leaves me wondering, why is Tkinter still getting so much focus in the Python standard library? Maybe a better question is, how has Tk managed to keep beating up

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread Chris Mellon
, PyGTK, PyQt, and wxPython, all have a modern look and feel and far more widgets and better documentation than Tkinter. So, that leaves me wondering, why is Tkinter still getting so much focus in the Python standard library? Maybe a better question is, how has Tk managed to keep beating up

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread bramble
On Oct 2, 5:29 am, Paul Boddie [EMAIL PROTECTED] wrote: On 2 Okt, 04:54, bramble [EMAIL PROTECTED] wrote: Maybe the key I'm missing is this: maybe GvR and company think that a language absolutely should come off-the-shelf with GUI toolkit bindings. So, given that, they feel they've gotta

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread bramble
On Oct 2, 7:33 am, Carsten Haese [EMAIL PROTECTED] wrote: On Tue, 2007-10-02 at 03:04 +, bramble wrote: But Py3k is all about breaking compatibility That's a complete distortion of Python 3.0's mission. Python 3.0 breaks backwards compatibility only where there exist good reasons to do

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread James Stroud
bramble wrote: Maybe a better question is, how has Tk managed to keep beating up the newer, more modern, more featureful, better documented toolkits encroaching on his territory? What's Tk's secret weapon? On the OS vendor level, it may not be beating Tkinter. OSX 10.4 comes out of the box

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread Paul Boddie
On 2 Okt, 22:35, bramble [EMAIL PROTECTED] wrote: Ahh... Ok. Thanks, that explains it. At first, it hadn't ocurred to me that anyone would want to provide a GUI toolkit binding along with a popular general purpose programming language implementation. Moreover, it *really* wouldn't occur to me

Re: gui toolkits: the real story? (Tkinter, PyGTK, etc.)

2007-10-02 Thread bramble
On Oct 2, 11:07 am, Chris Mellon [EMAIL PROTECTED] wrote: PyGtk has poor cross platform support, a very large footprint (the largest of all these libraries) as well as a complicated runtime environment. What's complicated about it? -- http://mail.python.org/mailman/listinfo/python-list

<    1   2   3   4   5   >