From: Gary <pa...@in...> - 2006-06-03 00:59:25
|
Jonathan Brandmeyer wrote: >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. > > In the bottom window: Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module. Warning: At least one delay-load dependency module was not found. Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module. In the window above that one, the following module and error message is at the top of the list. MSJAVA.DLL: Error opening file. The system cannot find the file specified (2). (sounds like greek to me). I'll help anyway I can (including giving you my phone number, if you want) -gary >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 > > > >_______________________________________________ >Visualpython-users mailing list >Vis...@li... >https://lists.sourceforge.net/lists/listinfo/visualpython-users > > > |