From: Gary <pa...@in...> - 2006-06-05 18:08:22
|
Jonathan Brandmeyer wrote: >A Windows build for Windows 2K/XP and source tarball are up on the >Sourceforge files section for visualpython: >http://sourceforge.net/project/showfiles.php?group_id=6013 > Jonathan, Still no dice, but a slightly different error msg. See the last line. -gary In [1]: import visual --------------------------------------------------------------------------- exceptions.ImportError Traceback (most recent call last) C:\Documents and Settings\Gary\My Documents\<ipython console> C:\Python24\lib\site-packages\visual\__init__.py 23 24 # Don't try this at home! ---> 25 import array_backend 26 # The following is intended to be equivalent to: 27 # >>> 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: Invalid access to memory location. |