Hi,
Need some guidance Installed pyq using pip for python 2.7 and I am getting the following error
when i try to import.
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff}span.s1 {font-variant-ligatures: no-common-ligatures}Python 2.7.12 |Anaconda custom (x86_64)| (default, Jul 2 2016, 17:43:17)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)] on darwin
Type “help”, “copyright”, “credits” or “license” for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> from pyq import q
Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
File “/Users/mthulisimatiwaza/anaconda2/lib/python2.7/site-packages/pyq/__init__.py”, line 21, in <module>
from . import _k
ImportError: dlopen(/Users/mthulisimatiwaza/anaconda2/lib/python2.7/site-packages/pyq/_k.so, 2): Symbol not found: _b9
Referenced from: /Users/mthulisimatiwaza/anaconda2/lib/python2.7/site-packages/pyq/_k.so
Expected in: flat namespace
in /Users/mthulisimatiwaza/anaconda2/lib/python2.7/site-packages/pyq/_k.so
Any ideas here?