DoaneAS / rseqc

Automatically exported from code.google.com/p/rseqc
0 stars 0 forks source link

no module named bx.bitset #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download and compile via directions
2.
3.

What is the expected output? What do you see instead?
Can't get any of the python scripts to run. Keep getting the bx.bitset error.

What version of the product are you using? On what operating system?
Happens on both my mac and linux boxes.

Please provide any additional information below.

Original issue reported on code.google.com by vustep...@gmail.com on 3 Jul 2012 at 8:56

GoogleCodeExporter commented 8 years ago
in the installation manual
export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
should be:
export PYTHONPATH=/usr/local/lib/python2.7/dist-packages:$PYTHONPATH

Original comment by liyupeng...@gmail.com on 3 Oct 2012 at 3:21