Changes between Initial Version and Version 1 of Ticket #814, comment 1
- Timestamp:
- 02/01/24 02:56:19 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #814, comment 1
initial v1 7 7 - For venvs without --system-site-packages 8 8 - 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 9 10 - For venvs with --system-site-packages 10 11 - 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')