TRIQS / triqs_0.x

DEPRECATED -- This is the repository of the older versions of TRIQS
Other
11 stars 9 forks source link

Failed to load module for solver ctqmc_hyb #119

Closed tayral closed 11 years ago

tayral commented 11 years ago

Hi, It seems that in branch 1.0 the name of the module ctqmc_hyb has changed: running the script of the documentation (http://ipht.cea.fr/triqs/doc/v1.0/user_manual/solvers/aim.html) yields:

Traceback (most recent call last):
  File "cthyb_from_doc.py", line 3, in <module>
    from pytriqs.solvers.ctqmc_hyb import Solver
  File "/home/ayral/Work/TRIQS-ct-seg/build/INSTALL_DIR/lib/python2.6/site-packages/pytriqs/solvers/ctqmc_hyb/__init__.py", line 26, in <module>
    from ctqmc_solver import Solver
ImportError: libtriqs_solver_ctqmc.so: cannot open shared object file: No such file or directory

I guess this comes from the recent cythonization, right? How should one change the import:

from pytriqs.solvers.ctqmc_hyb import Solver

?

mferrero commented 11 years ago

I'm currently working on fixing the doc. This will be ready soon.