Changes between Initial Version and Version 1 of Ticket #2022, comment 5
- Timestamp:
- 11/02/18 21:35:58 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2022, comment 5
initial v1 1 By running python with "-S" in the "dist/lib" directory I've determined that lz4 2 works *if* I copy the egg data into the directory.1 By running python with "-S" in the "dist/lib" directory I've determined that lz4 2.1.1 works *if* I copy the "egg" data into "dist/lib". 2 2 3 Python is far outside my core expertise . Therefore, I can only speculate about the right fix. Maybe the install_exeneeds to include the "egg" directories...3 Python is far outside my core expertise, so I can only speculate about the right fix. Maybe the install_exe function of setup.py needs to include the "egg" directories...