job000430

joel_kovisto (Joel Kovisto)
Joel Kovisto created this job , modified by Perforce maintenance
Open
Help P4Python find correct SSL library.

Customer obtained P4Python from https://pypi.python.org/pypi/P4Python

Got this error when running on Mac/Yosemite.

File "/Users/twick/sDev/tableau-tools/pipeline/common_dep/file_utils.py", line 11, in <module>

    from perforce import P4Conn

  File "/Users/twick/.tabvenvs/server-dev-b9be31fe483ffffa5a742dfb57832590/tube/lib/python3.4/site-packages/perforce/__init__.py", line 20, in <module>

    from P4 import P4, P4Exception, Map

  File "/Users/twick/.tabvenvs/server-dev-b9be31fe483ffffa5a742dfb57832590/tube/lib/python3.4/site-packages/P4.py", line 410, in <module>

    import P4API

ImportError: dlopen(/Users/twick/.tabvenvs/server-dev-b9be31fe483ffffa5a742dfb57832590/tube/lib/python3.4/site-packages/P4API.so, 2): Library not loaded: /opt/local/lib/libssl.1.0.0.dylib

  Referenced from: /Users/twick/.tabvenvs/server-dev-b9be31fe483ffffa5a742dfb57832590/tube/lib/python3.4/site-packages/P4API.so

  Reason: image not found

Suggest bundling libssl in the wheels (.whl files) they're publishing here, so that this problem can be avoided.
  • Details
  • Comments -
Status
Open
Project
perforce_software-p4python
Severity
C
Reported By
Joel Kovisto
Reported Date
Modified By
Perforce maintenance
Modified Date
Owned By
joel_kovisto
Type
Feature