Search Criteria
Package Base Details: python-srp
Git Clone URL: | https://aur.archlinux.org/python-srp.git (read-only, click to copy) |
---|---|
Submitter: | jurf |
Maintainer: | fupduck |
Last Packager: | fupduck |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-04 13:33 |
Last Updated: | 2020-04-25 20:47 |
Latest Comments
fupduck commented on 2018-02-02 12:31
@timorlee does it work now?
TimorLee commented on 2017-06-24 09:41
This fails to build for me, following error:
[code]
Traceback (most recent call last):
File "srp/test_srp.py", line 31, in <module>
import srp._ctsrp as _ctsrp
File "/tmp/yaourt-tmp-USER/aur-python2-srp/src/srp-1.0.6-py2/build/lib/srp/_ctsrp.py", line 181, in <module>
load_func( 'BN_init', [ BIGNUM ], None )
File "/tmp/yaourt-tmp-USER/aur-python2-srp/src/srp-1.0.6-py2/build/lib/srp/_ctsrp.py", line 176, in load_func
raise ImportError('Unable to load required functions from SSL dlls')
ImportError: Unable to load required functions from SSL dlls
[\code]