View Single Post
  #3  
Old 03-06-2009, 03:29 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
Its been a while since I've used Eclipse, so I did not attempt to reproduce the problem. However, i've got a theory.

I suspect Eclipse is trying to execute your scripts with the default python.exe rather than winviz.exe. Transform.dll was compiled to run with the version of python embedded in winviz.exe, not whatever python.exe I think Eclipse is trying to use, thus the dll is failing to load.

Check that you are trying to execute with 'external tools,' not the default green arrow execute icon. Also, double check that everything is right in step 3 of my initial instructions.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote