From: Jonathan B. <jbr...@ea...> - 2006-06-02 23:18:11
|
On Thu, 2006-06-01 at 20:30 -0400, Gary wrote: > 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. OK - I'm seeing this problem on a few people's machines. I'm not quite sure what is causing it, because it isn't a problem on my development machine. If you see this error and have the time to do so, please do the following: Download depends.exe from http://www.dependencywalker.com/ Open site-packages/visual/cvisual.dll from within the program. It should pop up some kind of error that a bunch of libraries cannot be found. Click OK and continue. Select Options->Configure Module Search Order At the bottom of the dialog, type C:\Python24\Lib\site-packages\gtkrun \bin, and click "Add Directory" When asked to refresh the current session, click Yes Let me know all of the errors that remain. If you _don't_ see this error, please let me know which version of Windows you are running, which OpenGL drivers you have installed, and which video card you have installed. Thanks, -Jonathan |