Did you do ldconfig after compiling? Also, you can remove the try/catch in
python/__init__.py this should tell you the actual error if you use a debugger.
Paul Garver
On May 31, 2017, at 2:35 AM, Amirhosein naseri
mailto:amirhosein_nas...@yahoo.com>> wrote:
Tnx Paul for your answer.
Yeah I r
Did you link against the appropriate libraries in cmake? Haven’t done this
myself for UHD library calls, but my guess is you need to add UHD to
GR_REQUIRED_COMPONENTS, or something similar [1]. That error is a really poor
message for diagnosing the root issue ,which is likely a linking problem.