Hello; can anyone tell me if Visual will run on Window 7 64-bit. I have
tried with Python 27 but I get the following error trying to import:
from visual import *
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
from visual import *
File "C:\Python27\lib\site-packages\visual\__init__.py", line 59, in <module>
import cvisual
ImportError: DLL load failed: %1 is not a valid Win32 application.
Thanks.
|