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-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to