linux - Error importing Zookeeper libzookeeper_mt.so.2 in python -


I have problems trying to import this. So the file in Python ... I have added it to my / etc / Bashrc and source 'to reload it ... no luck yet .. .

LD_LIBRARY_PATH = $ LD_LIBRARY_PATH: / usr / local / bb

file /usr/local/lib/lobzookeeper_mt.so.2 < / Code>

  exists in the file "build / bdist.linux-x86_64 / egg / zoopipher", in line 7, in & lt; Module & gt; The file "build / bdist.linux-x86_64 / egg / zookeeper.py", in line 6, __bootstrap__ importError: libzookeeper_mt.so.2: can not open the shared object file: no such file or directory   

I do not know about what to do at this point, anyone knows what I am doing wrong? I am using the Santos 6 64bit also beeted.

Trying to load a library, "no such file or directory" The library is trying to load, its dependence can not be found. Play ldd :

  ldd /path/to/your/library.so   

Do not find the word "did not find" To check whether this is the case.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -