Re: python-kid

2006-02-01 Thread Bob Tanner
Pavel ?imerda wrote: > Hi people > I debian/testing there's a deb package called just 'kid'. It's a very nice > templating system for python. > > Debian's package 'kid' is for python2.3... so I'd maybe prefer calling it > python2.3-kid. > > And there's no python2.4 version of this package...

python-kid

2006-02-01 Thread Pavel Šimerda
Hi people I debian/testing there's a deb package called just 'kid'. It's a very nice templating system for python. Debian's package 'kid' is for python2.3... so I'd maybe prefer calling it python2.3-kid. And there's no python2.4 version of this package... Although it's easy to install it us

Re: pylibs and pydeps: shlibs-like support for Python extensions

2006-02-01 Thread Josselin Mouette
Le mercredi 01 février 2006 à 11:02 -0600, Joe Wreschnig a écrit : > On Wed, 2006-02-01 at 16:16 +0100, Josselin Mouette wrote: > > Le mardi 31 janvier 2006 à 16:08 -0600, Joe Wreschnig a écrit : > > > The immediate problem: PyGTK encourages other Python modules to use its > > > code generator and

Re: pylibs and pydeps: shlibs-like support for Python extensions

2006-02-01 Thread Joe Wreschnig
On Wed, 2006-02-01 at 16:16 +0100, Josselin Mouette wrote: > Le mardi 31 janvier 2006 à 16:08 -0600, Joe Wreschnig a écrit : > > The immediate problem: PyGTK encourages other Python modules to use its > > code generator and GObject wrappers. Between 2.6 and 2.8 the ABI changed > > so that extension

Re: pylibs and pydeps: shlibs-like support for Python extensions

2006-02-01 Thread Joe Wreschnig
On Wed, 2006-02-01 at 16:16 +0100, Josselin Mouette wrote: > Le mardi 31 janvier 2006 à 16:08 -0600, Joe Wreschnig a écrit : > > The immediate problem: PyGTK encourages other Python modules to use its > > code generator and GObject wrappers. Between 2.6 and 2.8 the ABI changed > > so that extension

Re: pylibs and pydeps: shlibs-like support for Python extensions

2006-02-01 Thread Josselin Mouette
Le mardi 31 janvier 2006 à 16:08 -0600, Joe Wreschnig a écrit : > The immediate problem: PyGTK encourages other Python modules to use its > code generator and GObject wrappers. Between 2.6 and 2.8 the ABI changed > so that extensions build against 2.8 do not work against 2.6. This is > breaking gst