BruceSherwood / vpython-jupyter

This repository has been moved to https://github.com/vpython/vpython-jupyter
64 stars 33 forks source link

Fix location of cvector.pyx #18

Closed mwcraig closed 8 years ago

mwcraig commented 8 years ago

This file needs to be in the same directory as vpython.py because vpython tries to import .cvector, the leading dot meaning that the imported file should be in the same directory as the file doing the importing. Tested locally that leads to cvector being used instead of vector.