H15: Help Contents

   4536   4   1
User Avatar
Member
201 posts
Joined: Jan. 2013
Offline
When you try to open a certificate error takes off

Qt Warn: QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
Error running Python code to access the help manager:
Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
File “/opt/hfs15.0.244.16/houdini/python2.7libs/houdinihelp/__init__.py”, line 458, in startHelpServer
from paste.httpserver import serve # @UnresolvedImport
File “/opt/hfs15.0.244.16/python/lib/python2.7/site-packages/paste/httpserver.py”, line 317, in <module>
from OpenSSL import SSL, tsafe
File “/usr/lib/python2.7/dist-packages/OpenSSL/__init__.py”, line 8, in <module>
from OpenSSL import rand, crypto, SSL
File “/usr/lib/python2.7/dist-packages/OpenSSL/rand.py”, line 11, in <module>
from OpenSSL._util import (
File “/usr/lib/python2.7/dist-packages/OpenSSL/_util.py”, line 4, in <module>
binding = Binding()
File “/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py”, line 89, in __init__
self._ensure_ffi_initialized()
File “/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py”, line 113, in _ensure_ffi_initialized
libraries=libraries,
File “/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/utils.py”, line 80, in build_ffi
extra_link_args=extra_link_args,
File “/usr/lib/python2.7/dist-packages/cffi/api.py”, line 340, in verify
lib = self.verifier.load_library()
File “/usr/lib/python2.7/dist-packages/cffi/verifier.py”, line 75, in load_library
return self._load_library()
File “/usr/lib/python2.7/dist-packages/cffi/verifier.py”, line 151, in _load_library
return self._vengine.load_library()
File “/usr/lib/python2.7/dist-packages/cffi/vengine_cpy.py”, line 149, in load_library
raise ffiplatform.VerificationError(error)
VerificationError: importing ‘/usr/lib/python2.7/dist-packages/cryptography/_Cryptography_cffi_36a40ff0x2bad1bae.x86_64-linux-gnu.so’: /usr/lib/python2.7/dist-packages/cryptography/_Cryptography_cffi_36a40ff0x2bad1bae.x86_64-linux-gnu.so: symbol EC_GFp_nistp521_method, version OPENSSL_1.0.1 not defined in file libcrypto.so.1.0.0 with link time reference

OS: debian wheezy 8.2

I tried to update the library libssl1.0.0, but it did not help.
How can fix this issue?

Thanks!
User Avatar
Member
818 posts
Joined: Sept. 2013
Offline
The SSL that your system's Python uses might not be compatible with Houdini's. Try setting the environment variable HOUDINI_USE_HFS_PYTHON to 1. e.g.
export HOUDINI_USE_HFS_PYTHON=1
This should make Houdini avoid using the system's python, and use its own.
Andrew / アンドリュー
User Avatar
Member
378 posts
Joined: Nov. 2010
Offline
I have problems with help too very frequently. I'm on windows 7.
User Avatar
Member
818 posts
Joined: Sept. 2013
Offline
OneBigTree
I have problems with help too very frequently. I'm on windows 7.
What problems? If they seem to be bugs, report them.
The problem that hou.alex.get ran into is pretty specific to Linux. You're likely running into a different issue.
Andrew / アンドリュー
User Avatar
Member
201 posts
Joined: Jan. 2013
Offline
Thank you very much, awong!!! It works!
  • Quick Links