https://issues.apache.org/ooo/show_bug.cgi?id=122010
hanya <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from hanya <[email protected]> --- After the update to Python 2.7.5, it can not be started up on Linux 32bit. Here is part of the traceback: File "/mnt/hd/ooo/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/installed/install/en-US/openoffice4/program/python-core-2.7.5/lib/sysconfig.py", line 352, in _init_posix from _sysconfigdata import build_time_vars ImportError: No module named _sysconfigdata _sysconfigdata file is generated during the building of Python since Python 2.7.5 [1], back ported from 3.X. [1] http://bugs.python.org/issue13150 Maybe all library files should be copied from python-inst. Index: python/prj/d.lst =================================================================== --- python/prj/d.lst (revision 1489281) +++ python/prj/d.lst (working copy) @@ -73,6 +73,7 @@ ..\%__SRC%\misc\build\Python-2.7.5\Lib\multiprocessing\dummy\* %_DEST%\lib%_EXT%\python\multiprocessing\dummy\* ..\%__SRC%\misc\build\Python-2.7.5\Lib\unittest\* %_DEST%\lib%_EXT%\python\unittest\* ..\%__SRC%\misc\build\Python-2.7.5\Makefile %_DEST%\lib%_EXT%\python\python2.7\config\Makefile +..\%__SRC%\misc\build\python-inst\lib\python2.7\_sysconfigdata.py %_DEST%\lib%_EXT%\python\_sysconfigdata.py ..\pyversion.mk %_DEST%\inc%_EXT%\pyversion.mk -- You are receiving this mail because: You are on the CC list for the bug.
