[Bug 434745] [NEW] package in jaunty does not include the required .so
Mariano Mara
mariano.mara at gmail.com
Tue Sep 22 16:43:28 UTC 2009
Public bug reported:
Binary package hint: python-levenshtein
Installing python-levenshtein in Jaunty does not include Levenshtein.so
where all the magic happens:
$ sudo apt-get install python-levenshtein
Password or swipe finger:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
python-levenshtein
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 0B/63.3kB of archives.
After this operation, 258kB of additional disk space will be used.
Selecting previously deselected package python-levenshtein.
(Reading database ... 228641 files and directories currently installed.)
Unpacking python-levenshtein (from .../python-levenshtein_0.10.1-1ubuntu1_i386.deb) ...
Processing triggers for doc-base ...
Processing 1 added doc-base file(s)...
Registering documents with scrollkeeper...
Setting up python-levenshtein (0.10.1-1ubuntu1) ...
mariano at kafka:~$ sudo updatedb
mariano at kafka:~$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import levenshtein
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named levenshtein
>>> import Levenshtein
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named Levenshtein
>>>
mariano at kafka:~$ locate levenshtein
/usr/share/doc/python-levenshtein
/usr/share/doc/python-levenshtein/Levenshtein.html
/usr/share/doc/python-levenshtein/NEWS.gz
/usr/share/doc/python-levenshtein/README
/usr/share/doc/python-levenshtein/changelog.Debian.gz
/usr/share/doc/python-levenshtein/copyright
/usr/share/doc/python-levenshtein/examples
/usr/share/doc/python-levenshtein/examples/StringMatcher.py
/usr/share/doc-base/python-levenshtein
/usr/share/pyshared-data/python-levenshtein
/var/cache/apt/archives/python-levenshtein_0.10.1-1ubuntu1_i386.deb
/var/lib/doc-base/documents/python-levenshtein
/var/lib/doc-base/omf/python-levenshtein
/var/lib/doc-base/omf/python-levenshtein/python-levenshtein-C.omf
/var/lib/dpkg/info/python-levenshtein.list
/var/lib/dpkg/info/python-levenshtein.md5sums
/var/lib/dpkg/info/python-levenshtein.postinst
/var/lib/dpkg/info/python-levenshtein.preinst
/var/lib/dpkg/info/python-levenshtein.prerm
I navigated old packages in packages.ubuntu.com and found an old version which I downloaded, extracted the contents in a local directory and place Levenshtein.so in /usr/lib/python2.5/site-packages/. I created a symlink in /usr/lib/python2.6/site-packages/ and have it now working.
Nevertheless, it would be great if python-levenshtein for python2.6 install the appropriate so where it belongs.
Mariano
** Affects: python-levenshtein (Ubuntu)
Importance: Undecided
Status: New
--
package in jaunty does not include the required .so
https://bugs.launchpad.net/bugs/434745
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