[Bug 380866] [NEW] Skytools needs python2.5
maajeck
maajeck at yahoo.com
Wed May 27 08:37:40 UTC 2009
Public bug reported:
Binary package hint: skytools
Hi
I've installed skytools 2.1.7 in ubuntu 9.04 (jaunty). But when I tried
to run one of the tools I get the following error:
$ londiste
Traceback (most recent call last):
File "/usr/bin/londiste", line 6, in <module>
import sys, os, optparse, skytools
ImportError: No module named skytools
This can be fixed by installing python2.5 and fix the scripts:
for i in `dpkg -L skytools | grep '^/usr/bin/'`
do
cp $i $i.bak
sed -i 's@^#!/usr/bin/pytho.*$@#!/usr/bin/python2.5@' $i
done
Could someone create an update for this package?
Thanks,
Marco van Eck
** Affects: skytools (Ubuntu)
Importance: Undecided
Status: New
--
Skytools needs python2.5
https://bugs.launchpad.net/bugs/380866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list