Chris AtLee a écrit :
> As far as I know wxpython isn't packaged for python2.4, so no, wxglade won't
> work with 2.4.

So the file /usr/bin/wxglade should not contain:

 pv=`python -c 'import sys; print sys.version[:3]'`
 exec python /usr/lib/python$pv/site-packages/wxglade/wxglade.py "$@"

but rather:
 exec python /usr/lib/python2.3/site-packages/wxglade/wxglade.py "$@"

like in the upstream source.

I'll fix it, best regards.

Attachment: signature.asc
Description: Digital signature

Reply via email to