Package: python-wxglade
Version: 0.6.3-0.1
Severity: important

This is /usr/bin/wxglade:

#-------------------------------------------------
#!/bin/sh

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

Now, on my machine, /usr/lib/python2.6/site-packages/wxglade/ doesn't
exist.

Neither does /usr/lib/python2.6/site-packages/

/usr/lib/python2.5/site-packages/ does exist but

/usr/lib/python2.6/site-packages/wxglade does not ...

However, /usr/share/pyshared/wxglade/wxglade.py does exist and thus the
following works (but is most likely not the correct approach on Debian):

#-------------------------------------------------
#!/bin/sh

pv=`python -c 'import sys; print sys.version[:3]'`
exec python2.6 /usr/share/pyshared/wxglade/wxglade.py "$@"
#!/bin/sh
#-------------------------------------------------

Also note the extra "#!/bin/sh" at the end of that script !

Please advise !

Thanks,
Karsten


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-wxglade depends on:
ii  python                       2.6.5-5     An interactive high-level object-o
ii  python-central               0.6.14+nmu2 register and build utility for Pyt
ii  python-wxgtk2.6              2.6.3.2.2-5 wxWidgets Cross-platform C++ GUI t

python-wxglade recommends no packages.

python-wxglade suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to