Hello list, How to tell Python about the dxr module? I've never done anything with Python.
I installed the OS X binary Clang 3.0 from http://llvm.org/releases/3.0/clang+llvm-3.0-x86_64-apple-darwin11.tar.gz and of course dxr from git://github.com/mozilla/dxr.git. I followed the README and landed here: $ make . dxr/setup-env.sh dxr.config freetds && \ python dxr/dxr-index.py Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named dxr Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named dxr Could not load tokenizer: dlopen (dxr/sqlite/libdxr-code-tokenizer.so, 6): image not found I tried setting PYTHONPATH, too, but no joy. Many thanks. --jkl _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
