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

pylibs and pydeps: shlibs-like support for Python extensions

2006-01-31 Thread Joe Wreschnig
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-python and its reverse dependencies, soundconverter, quodlibet, and ist