Re: [pygtk] Color conversion functions in PyGtk

2008-06-11 Thread Markus W. Barth
pygtk-cheeseshop IMHO that sort of utils module would add a lot of overhead as most modules are too specialized. Instead, it would be nice to have some sort of cheese shop for additional pygtk modules. One additional problem of those modules or packages is that they often lack good

[pygtk] Color conversion functions in PyGtk

2008-06-10 Thread Samuel Abels
Hi, In pygtk projects it is often necessary to convert color types. As a result, I usually copy the attached file into a number of projects and have to maintain it everywhere. Is there any chance something like this may be added to the standard pygtk distribution? -Samuel import gtk.gdk def

Re: [pygtk] Color conversion functions in PyGtk

2008-06-10 Thread Felipe Reyes
hi, El mar, 10-06-2008 a las 19:12 +0200, Samuel Abels escribió: Hi, In pygtk projects it is often necessary to convert color types. As a result, I usually copy the attached file into a number of projects and have to maintain it everywhere. Is there any chance something like this may be

Re: [pygtk] Color conversion functions in PyGtk

2008-06-10 Thread Samuel Abels
On Tue, 2008-06-10 at 16:34 -0400, Felipe Reyes wrote: may I took your code to put it in my project? (a gpl3 project) Sure, think of it as public domain. maybe you should let the code available like a python egg, and with that it will be easier maintain it. I considered it, but the

Re: [pygtk] Color conversion functions in PyGtk

2008-06-10 Thread John Stowers
On Tue, 2008-06-10 at 22:41 +0200, Samuel Abels wrote: On Tue, 2008-06-10 at 16:34 -0400, Felipe Reyes wrote: may I took your code to put it in my project? (a gpl3 project) Sure, think of it as public domain. maybe you should let the code available like a python egg, and with that it