From: Gary <pa...@in...> - 2006-06-02 00:31:43
|
Jonathan Brandmeyer wrote: >A Windows-only build of this release is now available on the sourceforge >download area. > Jonathan, In [1]: import visual as v --------------------------------------------------------------------------- exceptions.ImportError Traceback (most recent call last) C:\Documents and Settings\Gary\My Documents\<ipython console> C:\Python24\lib\site-packages\visual\__init__.py 22 23 # Don't try this at home! ---> 24 import array_backend 25 # The following is intended to be equivalent to: 26 # >>> from array_backend.backend[0] import * C:\Python24\lib\site-packages\visual\array_backend.py 2 3 # I am performing the import statements within functions to prevent poll uting the global 4 # namespace 5 def _try_init_numeric(): 6 try: ImportError: DLL load failed: The specified procedure could not be found. Regards, gary |