On 28/11/12 12:53, Stephan van den Akker wrote: > Python build finished, but the necessary bits to build these modules > were not found: > _lzma _tkinter > To find the necessary bits, look in setup.py in detect_modules() for the > module's name. > > > Failed to build these modules: > _curses_panel
your build should complete successfully after this. python's build system apparently works by throwing a bunch of optional modules at the compiler and then checking what built successfully. a lot of these optional modules have dependencies on libraries that are not bundled with python and are not bundled with LibreOffice either, so building these will fail if you don't have the right stuff on your system. but it doesn't matter for LibreOffice because we don't package these optional modules in the installation set anyway. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
