First I installed Python 2.7.6 (Windows, 32-bit version), then numpy 1.9.1, and then VPython 6.10. After that, I'm getting this error:
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import visual
Warning (from warnings module):
File "C:\Python27\Lib\site-packages\visual_common\materials.py", line 70
self.__setattr__(key, value)
FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
>>> ================================ RESTART ================================
>>>
What's going wrong?