PDA

View Full Version : Importing other moduels


v-Salik
10-14-2007, 11:05 PM
I'm trying to install NumPy (vector math lib) to use with Vizard, however it does not seem to recognize the add in. It works fine when I run it in the python shell (I have Python 2.5)
I installed two copies of NumPy (one for my Python 2.5, and one for 2.4 that comes with vizard) yet the vizard version still does not work.

Is there any trick to using outside modules or what?

unabhan
10-15-2007, 06:18 AM
If you have python 2.4 on your computer the installer probably placed it to this path, i. e. something like C:\programs\Python24\Lib\site-packages\numpy.
Copying the whole numpy-container to C:\Programme\WorldViz\Vizard30\bin\lib\site-packages\numpy should do the trick (did it for me :D )