Translations:Compile on Windows/40/en

From FreeCAD Documentation
Revision as of 09:49, 13 November 2019 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:CompileOnWindows/40/en to Translations:Compile on Windows/40/en without leaving a redirect: Part of translatable page "CompileOnWindows")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.