Akkana Peck writes:
> Grant Edwards writes:
>> * PyQt -- I run Gtk-centric Linux systems, and the second you try to
>>use one Qt widget, it always seems to pull in hundreds of packages
>>that take a week to build.
>
> I haven't generally found that about PyQt. Most KDE apps do pull in
>
On 2020-09-06, Michael Torrie wrote:
> On 9/4/20 3:24 PM, Grant Edwards wrote:
>> I assume that difference is because pygtk was hand-written and gi is
>> built auto-magically using SWIG or something like that?
>
> Essentially, yes. Although pygobject does not use a tool li
Il 06/09/2020 06:20, Michael Torrie ha scritto:
On 9/4/20 3:24 PM, Grant Edwards wrote:
I assume that difference is because pygtk was hand-written and gi is
built auto-magically using SWIG or something like that?
Essentially, yes. Although pygobject does not use a tool like swig to
generate
On 9/4/20 3:24 PM, Grant Edwards wrote:
> I assume that difference is because pygtk was hand-written and gi is
> built auto-magically using SWIG or something like that?
Essentially, yes. Although pygobject does not use a tool like swig to
generate static wrappers. Rather it uses t
Grant Edwards writes:
> Is pygobject the replacement for pygtk?
The easiest way to use it, if you want a quick port with the
fewest code changes, is:
from gi import pygtkcompat
pygtkcompat.enable()
pygtkcompat.enable_gtk(version='3.0')
I don't know if pygtkcompat is goi
s the resulting Python API is not
> > always as pythonic as pygtk code was.
>
> I noticed that right away. In pygtk, most methods (e.g. .pack_start)
> had named arguments with well chosen defaults. The vast majority of
> the time, I only supplied one argument for the pack_start()
On 2020-09-03, Michael Torrie wrote:
> On 9/3/20 1:17 PM, Grant Edwards wrote:
>> On 2020-09-03, Grant Edwards wrote:
>>> [...]
>>>
>>> Is pygobject the replacement for pygtk?
>>
>> It seems to be. I've started porting my pygtk app, and it
On 2020-09-04, Chris Green wrote:
> Grant Edwards wrote:
>> On 2020-09-03, Grant Edwards wrote:
>> > [...]
>> >
>> > Is pygobject the replacement for pygtk?
>>
>> It seems to be. I've started porting my pygtk app, and it's going
&
Grant Edwards wrote:
> On 2020-09-03, Grant Edwards wrote:
> > [...]
> >
> > Is pygobject the replacement for pygtk?
>
> It seems to be. I've started porting my pygtk app, and it's going
> pretty smoothly. I've already got my two custom widgets
On 9/3/20 1:17 PM, Grant Edwards wrote:
> On 2020-09-03, Grant Edwards wrote:
>> [...]
>>
>> Is pygobject the replacement for pygtk?
>
> It seems to be. I've started porting my pygtk app, and it's going
> pretty smoothly. I've already got my two cus
On 2020-09-03, Grant Edwards wrote:
> [...]
>
> Is pygobject the replacement for pygtk?
It seems to be. I've started porting my pygtk app, and it's going
pretty smoothly. I've already got my two custom widgets working.
Oddly, the main module provided by the gobje
Many years ago I wrote an app that uses pygtk for it's GUI. I still
use the app occasionally, and would like to keep it alive. Emerge
informs me that dev-python/pygtk is scheduled for removal.
Is pygobject the replacement for pygtk?
--
Grant
--
https://mail.python.org/mailman/lis
ince it took only a few lines
> of code to handle the "left" click, I assumed that like some other
> toolkits, it would be similarly easy to handle "right" and "middle".
>
> I don't have the time to re-invent the wheel at the moment, so this
> proj
On 2016-03-30, Grant Edwards wrote:
> On 2016-03-30, Wildman wrote:
>
>>> Is the gtk button widget really incapable of handling left or middle
>>> mouse buttons or shift/ctrl/alt modifiers?
>>
>> This might help...
>>
>> http://faq.pygtk.org/index.py?req=show&file=faq05.004.htp
>
> Yep, I found t
On 2016-03-30, Wildman wrote:
>> Is the gtk button widget really incapable of handling left or middle
>> mouse buttons or shift/ctrl/alt modifiers?
>
> This might help...
>
> http://faq.pygtk.org/index.py?req=show&file=faq05.004.htp
Yep, I found that. I'm just missing the clues required to use
On Wed, 30 Mar 2016 15:36:12 +, Grant Edwards wrote:
> I'm trying to figure out how to get a pygtk button respond to
> somehting other than just a simple "left click". With a standard
> 3-button mouse, X11 provides at least 9 different "click" types, bu
On 2016-03-30, Chris Angelico wrote:
> On Thu, Mar 31, 2016 at 2:36 AM, Grant Edwards
> wrote:
>> I'm trying to figure out how to get a pygtk button respond to
>> somehting other than just a simple "left click". With a standard
>> 3-button mouse, X11 prov
On Thu, Mar 31, 2016 at 2:36 AM, Grant Edwards wrote:
> I'm trying to figure out how to get a pygtk button respond to
> somehting other than just a simple "left click". With a standard
> 3-button mouse, X11 provides at least 9 different "click" types, but
> t
I'm trying to figure out how to get a pygtk button respond to
somehting other than just a simple "left click". With a standard
3-button mouse, X11 provides at least 9 different "click" types, but
the pygtk button only seems to support one of them.
[Yes, I know the
sr/bin/env python
>
> # example base.py
>
> import pygtk
It makes most sense to use gtk3 and not gtk2.
The most recenst version of gtk3 is used with
gi package.
Read this for example:
http://python-gtk-3-tutorial.readthedocs.org/en/latest/introduction.html
--
https://mail.python.org/mailman/listinfo/python-list
Hi guys
I'm new to Python so please bare with me :)
I'm using python 2.7.10 as advised (more tools apparently over 3.x)
Trying to use this script
[CODE]
#!/usr/bin/env python
# example base.py
import pygtk
pygtk.require('2.0')
import gtk
class Base:
def __init__(self
m/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload',
>
> '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
>
7/lib-dynload',
'/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC',
'/Library/Python/2.7/site-packages']
Exception: No module named pygtk
If I run Python and type import pygtk I get this message:
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named pygtk
can anyone help me please?
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I Tried the below code, the color is not reflected, Am i missing something?
#add description box beside test cases
testCaseDescWindow = gtk.ScrolledWindow()
testCaseDescWindow.set_policy(gtk.POLICY_AUTOMATIC,
gtk.POLICY_AUTOMATIC)
testCaseDescWindow.get_vscrollbar()
Hi,
does anybody know howto connect / use a gtk entry as "frontend" for
readline in- / output?
I couldn't find anything on the net for my problem.
Basicly I've a working readline autocomplete, which I can use without
problems via input function, but I want to use that in an gtk gui inside
an ent
2.make
the output is :
Could not write method GdkFont.text_width_wc: No ArgType for
const-GdkWChar*
Could not write method GdkFont.char_width_wc: No ArgType for GdkWChar
Could not write method GdkFont.text_extents_wc: No ArgType for
const-GdkWChar*
Could not write method Gdk
c_prefix}/lib/python2.7/site-packages
checking for headers required to compile python extensions... found
checking for PySignal_SetWakeupFd in Python.h... yes
checking for python module thread... yes
checking whether to enable threading in pygtk... yes
checking for pkg-config...
On Sun, Jul 8, 2012 at 6:26 PM, contro opinion wrote:
> it's so strange
> when i input
> hisroty
>
> 506 cd /home/tiger/pygtk-2.24.0
> 507 PYTHON=/usr/local/bin/python2.7 ./configure --prefix=/usr
> 508 echo $? #i get 0 ,it means success??
&
it's so strange
when i input
hisroty
506 cd /home/tiger/pygtk-2.24.0
507 PYTHON=/usr/local/bin/python2.7 ./configure --prefix=/usr
508 echo $? #i get 0 ,it means success??
509 make
510 echo $? #i get 0 ,it means success??
511 make install
512
On Sun, Jul 8, 2012 at 2:47 PM, contro opinion wrote:
> 3.PYTHON=/usr/bin/python2.7 ./configure --prefix=/usr
> 4. make
> 5. make install
What happened when you typed these commands? Were there failure
messages? As Benjamine suggested, do you need to become root to
install?
ChrisA
--
http://ma
On Sat, Jul 7, 2012 at 9:47 PM, contro opinion wrote:
> 1.download pygtk
>
> 2.cd /home/tiger/pygtk-2.24.0
>
> 3.PYTHON=/usr/bin/python2.7 ./configure --prefix=/usr
> 4. make
> 5. make install
>
> tiger@ocean:~$ python2.7
> Python 2.7.3 (default, Jul 1 2012, 14:
1.download pygtk
2.cd /home/tiger/pygtk-2.24.0
3.PYTHON=/usr/bin/python2.7 ./configure --prefix=/usr
4. make
5. make install
*tiger@ocean:~$ python2.7
Python 2.7.3 (default, Jul 1 2012, 14:13:18)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or
Le 29/04/12 00:52, Santosh Kumar a écrit :
> System Information
>
> Ubuntu 11.10
> Python 2.7.2
>
> Problem
>
>
> I think my Ubuntu has PyGTK and GTK both already installed. But
> however when I am importing "gtk&qu
System Information
Ubuntu 11.10
Python 2.7.2
Problem
I think my Ubuntu has PyGTK and GTK both already installed. But
however when I am importing "gtk" in Python interactive mode then I am
getting the following warning:
(.:4126): Gtk-WARNING
You could use an hbox. Or rather, a vbox with a bunch of hbox's in it.
On Thu, Mar 29, 2012 at 10:45 PM, Jason Hsu, Mr. Swift Linux <
jhsu802...@gmail.com> wrote:
> I've decided to use PyGTK instead of gtkdialog for providing
> configuration menus/dialog boxes in Swift Lin
I've decided to use PyGTK instead of gtkdialog for providing
configuration menus/dialog boxes in Swift Linux, the Linux distro I
started. The problem with gtkdialog is that the i386 version is no
longer available in the Debian repository.
Since a picture is worth a thousand words, I'l
Quoting Richard Carlson :
I'm working on a program using PyGTK and Glade. I create a glade XML file
using Glade Designer and then load widgets like this:
class MyDialog:
def __init__(self):
self.dialog = gtk.glade.XML(self.GLADEFILE).get_widget
("dialog.xml")
I th
I'm working on a program using PyGTK and Glade. I create a glade XML file
using Glade Designer and then load widgets like this:
class MyDialog:
def __init__(self):
self.dialog = gtk.glade.XML(self.GLADEFILE).get_widget
("dialog.xml")
I think it would be better if
please see my attachment ,which widget the region1,region2 is?
how to make it??
re2
Description: Binary data
--
http://mail.python.org/mailman/listinfo/python-list
gt; glade 3.8
>
> thanks
> Nico
This looks similar to a question I posted about 2 weeks ago
In gtk 2.1.6 (i think) & earlier you could use widget.get_name() to
return the id of the widget.
this no-longer works since 2.1.7
the pygtk forum suggests this is because widget id's are n
Tracubik wrote:
> Hi all,
> i'm trying to write a simple windows with two button in GTK,
> i need a way to identify wich button is pressed.
>
#!/usr/bin/env python
import gtk
def console_display( button , args ) :
a0 , a1 , a2 = args
print '%s %s %s ' % ( a0 , a1 , a2
> thanks but, as i've sayed before, i can't use func_data 'cause i don't
> know how to set it on glade3.8, that is the program i use to create
> the
> GUI.
> Anyway, i think this is the only way to identify the button :-/
Hack into the generated source!
--
Claudiu Nicolaie CISMARU
GNU GPG
On Wed, May 25, 2011 at 6:18 PM, Tracubik wrote:
> Hi all,
> i'm trying to write a simple windows with two button in GTK, i need a way to
> identify wich button is pressed.
> Consider that:
>
> the two button are connected (when clicked) to infoButton(self, widget,
> data=None)
I'm not terribly f
On 25/05/2011 10:44, Claudiu Nicolaie CISMARU wrote:
the two button are connected (when clicked) to infoButton(self,
widget,
data=None)
From documentation:
handler_id = object.connect(name, func, func_data)
So:
button1.connect(when is pressed, your_function, 1)
button2.connect(when is presse
> the two button are connected (when clicked) to infoButton(self,
> widget,
> data=None)
From documentation:
handler_id = object.connect(name, func, func_data)
So:
button1.connect(when is pressed, your_function, 1)
button2.connect(when is pressed, your_function, 2)
(This code is conception, I
Hi all,
i'm trying to write a simple windows with two button in GTK, i need a
way to identify wich button is pressed.
Consider that:
the two button are connected (when clicked) to infoButton(self, widget,
data=None)
infoButton() is something like this
infoButton(self, widget, data=None):
On 07.05.2011 17:04, Tracubik wrote:
Hi all!
I've made a simple PyGTK program.
It's a window with a notebook, the notebook have 2 pages
When changing page, i'ld like to get the id of current page.
I've coded it, but i can get only the previously open page, not the
current on
Hi all!
I've made a simple PyGTK program.
It's a window with a notebook, the notebook have 2 pages
When changing page, i'ld like to get the id of current page.
I've coded it, but i can get only the previously open page, not the
current one. This is not a big deal if i have
On Sat, 07 May 2011 15:14:07 +1100, Даниил Рыжков wrote:
> Thanks, Cristian! It works.
>> List of Pygtk: http://www.daa.com.au/mailman/listinfo/pygtk
> Thanks again. Subscribed :)
> 2011/5/7 craf :
>> Hi.
>>
>> Try this:
>>
>> #!/usr/bin/env python
Thanks, Cristian! It works.
> List of Pygtk: http://www.daa.com.au/mailman/listinfo/pygtk
Thanks again. Subscribed :)
2011/5/7 craf :
> Hi.
>
> Try this:
>
> #!/usr/bin/env python
>
> import gtk.glade
>
> class TestPyGtk:
> """This is an Hello W
On May 6, 2011 7:05 PM, "Даниил Рыжков" wrote:
>
> Sorry for my English (I could not find help in the Russian community)
> I'm trying to learn PyGTK and Glade. I made test window in Glade and
> saved it as "test.glade" (attached). Then I wrote script
>
.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/)
wrote script similar to my.
P.S. I have glade3 3.8.0, gtk 2.24.4, GNOME 2.32.1 and Python 2.7.1
--
Best wishes,
Daniil
--
http://mail.python.org/mailman/listinfo/python-list
On May 6, 2011 7:05 PM, "Даниил Рыжков" wrote:
>
> Sorry for my English (I could not find help in the Russian community)
> I'm trying to learn PyGTK and Glade. I made test window in Glade and
> saved it as "test.glade" (attached). Then I wrote script
>
Sorry for my English (I could not find help in the Russian community)
I'm trying to learn PyGTK and Glade. I made test window in Glade and
saved it as "test.glade" (attached). Then I wrote script
"test.py"(attached, http://pastebin.com/waKytam3). I tried to run it.
Whil
How can I use a png/jpeg/gif image file to set the logo in
gtk.AboutDiaog box of pyGTK ?
--
http://mail.python.org/mailman/listinfo/python-list
¡Thank you very much Dotan!
Regards.
Cristian
- Mensaje reenviado
> De: Dotan Cohen
> Para: craf
> Cc: Python Ingles
> Asunto: Re: Another location of the PyGTK tutorial
> Fecha: Sun, 3 Apr 2011 13:40:35 +0300
>
> http://gitorious.org/pygtk-tutorial
>
http://gitorious.org/pygtk-tutorial
On Fri, Apr 1, 2011 at 21:03, craf wrote:
> Hi.
>
> Anyone know if the pygtk tutorial that was in this direction
> http://www.learnpygtk.org/pygtktutorial/index.html, can be located
> elsewhere.
>
> Regards.
>
> Cristian
>
http://gitorious.org/pygtk-tutorial
On Sat, Apr 2, 2011 at 19:53, craf wrote:
> Hi.
>
> Anyone know if the pygtk tutorial that was in this direction
> http://www.learnpygtk.org/pygtktutorial/index.html, can be located
> elsewhere.
>
> Regards.
>
> Cristian
>
Hi.
Anyone know if the pygtk tutorial that was in this direction
http://www.learnpygtk.org/pygtktutorial/index.html, can be located
elsewhere.
Regards.
Cristian
--
http://mail.python.org/mailman/listinfo/python-list
Hi.
Anyone know if the pygtk tutorial that was in this direction
http://www.learnpygtk.org/pygtktutorial/index.html, can be located
elsewhere.
Regards.
Cristian
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
a search for the python bindings for gtkdatabox lead no where. Anyone know
of who is maintaining/working/siting such a package?
Thanks in advance.
Steven
--
http://mail.python.org/mailman/listinfo/python-list
Tracubik writes:
> Hi!
> It seem that the new version of gnome 3.0 will dismiss pygtk support.
>
> link:
>
> [1] http://live.gnome.org/TwoPointNinetyone/ (search killing pygtk)
>
> [2] http://live.gnome.org/GnomeGoals/PythonIntrospectionPorting
>
>
> i'm
Tracubik:
> i'm studying pygtk right now, am i wasting my time considering that my
> preferred platform is linux/gnome?
I expect the dynamic binding will be very similar to the current
static binding but easier to keep up-to-date. There's already some use
of dynamic bindi
Hi!
It seem that the new version of gnome 3.0 will dismiss pygtk support.
link:
[1] http://live.gnome.org/TwoPointNinetyone/ (search killing pygtk)
[2] http://live.gnome.org/GnomeGoals/PythonIntrospectionPorting
i'm studying pygtk right now, am i wasting my time considering th
Hey everyone, I'm trying to be able to run my app, which uses pygtk,
under windows, but unfortunately I'm having big problems with it. The main
purpose of this is to later on make an .exe file but i havent even been able
to run the app at least.
I've followed every single
vironment because I
have installed python 2.6 with pygtk and a gtk bundle.
Can someone please provide some simple and clear instructions on how I
can do this?
Thanks,
Waspinator
simple.py
---
import gtk
window = gtk.Window()
wind
Dans comp.lang.python.announce, vous avez écrit :
> 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/GNO
>
> I think ideally what I'm requesting is to have the mingw/python/gtk
> environments to be harmonized. I'm close. I can do the following:
> python
> import sys
> import gtk
> blah = gtk.Window(0)
> blah.show()
> , but when I do
> import glib
> ERROR!!!
> if I cd to a certain dir in glib sourc
Hi,
please bear in mind that I'm an absolute newcomer to (py)gtk.
I'm trying to install the nice synchronization tool
http://live.gnome.org/Conduit
which is written in Python and use pyGTK.
This installed several icons e.g.
/usr/share/icons/hicolor/16x16/apps/conduit.png
When ru
f windows You can change it under:
>
> My_Computer->Properties->Advanced->Environment_Variables->System_Variables->Path
>
>
> Test it:
> Open a new cmd window and type
>
> gtk-demo
>
> A window should pop up. if not your installation failed
>
>
> Now
Python 2.6.3 is installed on my Windows XP throught the binary file
provided by Python.org. Then I followed the steps described here:
http://faq.pygtk.org/index.py?req=show&file=faq21.001.htp
to install PyGTK. However, I still get the following error:
>>> import pygtk
>>&
"barcaroller" wrote in message
news:h7ev9g$dc...@news.eternal-september.org...
> Okay, I won't disagree, but how do I fix this?
Never mind. The latest update today included a new pygtk
which seems to have fixed the problem. All is good now.
--
http://mail.python.or
"Thomas Guettler" wrote in message
news:7fq56df2m6ql...@mid.individual.net...
> Looks like your pygtk package does not fit to the installed python
> package.
Okay, I won't disagree, but how do I fix this?
--
http://mail.python.org/mailman/listinfo/python-list
"Thomas Guettler" wrote in message
news:7fq56df2m6ql...@mid.individual.net...
> Looks like your pygtk package does not fit to the installed python
> package.
Okay, I won't disagree, but I how do if fix this?
--
http://mail.python.org/mailman/listinfo/python-list
Looks like your pygtk package does not fit to the installed python package.
> from glib._glib import *
> ImportError: /usr/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so:
> undefined symbol: PyUnicodeUCS4_DecodeUTF8
--
Thomas Guettler, http://www.thomas-guettler.d
I use a python-based program called 'meld' which worked fine until my latest
Fedora11/KDE4.3 update; it now gives me the following error:
prompt> meld
/usr/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so: undefined
symbol: PyUnicodeUCS4_DecodeUTF8
Meld requires p
> From:
>
> MRAB
>
> To:
>
> python-list@python.org
>
> Date:
>
> 26/08/2009 11:04 PM
>
> Subject:
>
> Re: pygtk - What is the best way to change the mouse pointer
>
> Ido Levy wrote:
> > Hello All,
> >
> >
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 r
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 reflect calculation
In article <1ebe9314-9434-459a-bd3e-2b2386a35...@n11g2000yqb.googlegroups.com>,
dieter 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 (a...@pythoncraft.com)
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
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
On May 16, 5:04 pm, MRAB wrote:
> Seb wrote:
> > On May 16, 4:20 pm, MRAB 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 :)
> >>>
On May 16, 5:04 pm, MRAB wrote:
> Seb wrote:
> > On May 16, 4:20 pm, MRAB 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 :)
> >>>
Seb wrote:
On May 16, 4:20 pm, MRAB 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 is more of a logical
On May 16, 4:20 pm, MRAB 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 is more of a log
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:
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: gtk_menu_shel
On Mar 29, 12:28 am, Cousin Stanley 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
> 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
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
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 la
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 o
totally kosher.
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.
I've yet
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
>
> Okay... I 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 o
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
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
On Mar 18, 6:20 am, CJ Kucera 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 explanati
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
1 - 100 of 404 matches
Mail list logo