Last i had asked about python 3 it seems like though there is backwards incompatabilitiy between python 3 and 2 not sure if that is still the case with the current version that has landed in libreoffice 4
On Wed, Nov 28, 2012 at 1:03 PM, Michael Stahl <[email protected]> wrote: > 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 > -- Jonathan Aquilina
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
