I realize that I'm somewhat on my own on this one since I have modified my setup. Actually, I just double checked and /usr/bin/python still runs python2.3, but I have ~/bin/python in my PATH before /usr/bin which runs python2.4. The end effect is the same however.
I believe that /usr/bin/wxglade should still be modified however, since it installs its files into /usr/lib/python2.3 and depends on wxpython, which is currently only packaged for python2.3. It makes no sense to have the wrapper script try and detect the version of python being run if it requires a particular version.
What is wrong with /usr/bin/wxglade reading:
#!/bin/sh
/usr/bin/python2.3 /usr/lib/python2.3/site-packages/wxglade/wxglade.py "$@"
Either that or install wxglade files into /usr/lib/site-python, and let the user worry about getting wxpython for python2.4 if they have a modified setup.
Thanks,
Chris
On 1/23/06, Matthias Klose <[EMAIL PROTECTED]> wrote:
severity 348871 normal
thanks
If you did manually modifiy /usr/bin/python to point to 2.4, you are
on your own and probably more than the wxglade package is
broken. wxglade explicitely demands a version python (>= 2.3), python
(<< 2.4).

