Python-2.7.2

Zachary McGrew zmcgrew at gmail.com
Tue Feb 14 20:41:57 CET 2012


On Mon, Feb 13, 2012 at 7:02 AM, Dan Kociela <dkociela at gmail.com> wrote:
> Hi,
> I keep running into this problem with Python-2.7.2:
>
> "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.
>
> /usr/bin/install: cannot create regular file
> `/usr/lib/python2.7/LICENSE.txt': No such file or directory"
>
> The installation fails at this point.
> Any ideas?

Out of space on /usr? Try issuing:
/usr/bin/install -c -m 644 ./LICENSE /usr/lib/python2.7/LICENSE.txt
from the Python source directory as root. The -c should create any
folders it needs to get to the path to install the file.

> Thanks,
> Dan
>
> _______________________________________________
> Lunar mailing list
> Lunar at lunar-linux.org
> http://foo-projects.org/mailman/listinfo/lunar
>



-- 
Zachary McGrew


More information about the Lunar mailing list