Changes between Initial Version and Version 1 of Ticket #814, comment 1


Ignore:
Timestamp:
Feb 1, 2024, 2:56:19 AM (4 months ago)
Author:
akominlsfi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #814, comment 1

    initial v1  
    77  - For venvs without --system-site-packages
    88    - Allow stdlib to work by copying sqlite/libcrypto/libssl dlls from /bin to /apps/python39/dlls, since .pths in system paths are not sourced
     9    - EDIT: It seems also liblzma.dll is needed
    910  - For venvs with --system-site-packages
    1011    - Allow site-packages modules to access dlls in /bin by adding /apps/python39/bin-dlls.pth file with os.add_dll_directory('path-to-/bin')