You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyscripter edited this page Apr 15, 2020
·
2 revisions
Using P4D with Python 2.6, 3.0
Note: This appears to no longer be an issue with recent versions of Python.
Python 2.6 and Python 3.0 rely on Microsoft C++ dynamic link libraries which are installed
using Side by Side installation and are no longer placed in the Windows System32
directory.
This affects Delphi programs using P4D. The problem that will occur is that you will
not be able to load c-extensions such as _socket.pyd,_ctypes.pyd and the importing of
modules such socket and ctypes will fail.
To resolve this you need to add a manifest to your Delphi application. Here is an
example of the manifest file that PyScripter uses.