Hello
斌柯,
It work on my PC when I do that:
- use WinPython-64bit-3.4.3.2
- launch the IDLE icon
- type "from visual import *"
result (just a warning from future):
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> from visual import *
Warning (from warnings module):
File "D:\result_tests\WinPython-64bit-3.4.3.2\python-3.4.3.amd64\lib\site-packages\vis\materials.py", line 70
self.__setattr__(key, value)
FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.
>>>