martinling / imusim

IMUSim - see http://www.imusim.org/
GNU General Public License v3.0
125 stars 72 forks source link

No module named Vectors #14

Open nikolaskyr opened 4 years ago

nikolaskyr commented 4 years ago

Hello,

I recently installed imusim but when I try an example it gives me an error on import. import_vectors

I have used cython to create the c files, is there another step I missed?

wmcdonaldhmc commented 4 years ago

Try building the .so files outside the interpreter with this command: python setup.py build_ext -i after installing.