Re: [pygtk] GTK+ Webcore in Python

2005-08-16 Thread Johan Dahlin
Andrew Conkling wrote: I'm interested (if only for lesson's sake) in using GTK+ Webcore (http://gtk-webcore.sourceforge.net) in Python. To do so (as far as I've read), I must use Pyrex or SWIG. I've heard that Pyrex is probably easier to use (i.e. induces less headaches). Can anyone confirm th

Re: [pygtk] GTK+ Webcore in Python

2005-08-16 Thread Nikos Kouremenos
On 8/16/05, Andrew Conkling <[EMAIL PROTECTED]> wrote: > I'm interested (if only for lesson's sake) in using GTK+ Webcore > (http://gtk-webcore.sourceforge.net) in Python. To do so (as far as > I've read), I must use Pyrex or SWIG. I've heard that Pyrex is > probably easier to use (i.e. induces l

Re: [pygtk] GTK+ Webcore in Python

2005-08-16 Thread François Pinard
[Andrew Conkling] > To do so (as far as I've read), I must use Pyrex or SWIG. I've heard > that Pyrex is probably easier to use (i.e. induces less headaches). I tried both, and quickly fell in love with Pyrex, to the point I did not retry SWIG in a long time. (It might have changed, I do not kn

[pygtk] GTK+ Webcore in Python

2005-08-16 Thread Andrew Conkling
I'm interested (if only for lesson's sake) in using GTK+ Webcore (http://gtk-webcore.sourceforge.net) in Python. To do so (as far as I've read), I must use Pyrex or SWIG. I've heard that Pyrex is probably easier to use (i.e. induces less headaches). Can anyone confirm that or suggest otherwise?