Python-2.7.2
Zbigniew Luszpinski
zbiggy at o2.pl
Wed Feb 15 22:30:50 CET 2012
> "Python build finished, but the necessary bits to build these modules
were not found:
> _bsddb _sqlite3 _tkinter
> bsddb185 dbm dl
> gdbm imageop sunaudiodev
> To find the necessary bits, look in setup.py in detect_modules() for the
module's name.
>
This is normal.
This warning says that not all python modules can be built because not all
optional dependent modules were installed before.
sunaudiodev - I think you have no Sun audio hardware on Lunar machine.
bsddb185 - Old version of Berkeley Oracle db. We use 4.8.30. Do not
have/need such old 185 release in Lunar. Python will use db 4.8.30 if you
install it before building Python.
dl, imageop are for 32bit exclusively. If you build on 64bit Lunar you
will not have it.
Check if you have installed: sqlite db gdbm tcl tk because it looks you do
not installed them at all.
> /usr/bin/install: cannot create regular file
`/usr/lib/python2.7/LICENSE.txt': No such file or directory"
>
This should not happen. lrm Python; rm -rf /usr/lib/python2.7
lin sqlite db gdbm tcl tk; lin Python
have a nice day,
Zbigniew Luszpinski
More information about the Lunar
mailing list