Translations:Compile on Windows/40/en

From FreeCAD Documentation
Revision as of 21:31, 29 May 2014 by FuzzyBot (talk | contribs) (Neue Version von externer Quelle importiert)

When using a LibPack with a Python version older than 2.5 you have to copy two further files:

  • zlib.pyd and zlib_d.pyd from LIBPACK/bin/lib. This is needed by python to open the zipped python library.
  • _sre.pyd and _sre_d.pyd from LIBPACK/bin/lib. This is needed by python for the built in help system.