cloth

hey all, when i try to run the script ClothWin i get this message

PYTHON SCRIPT ERROR:
Traceback <most recent call last>:
File “topixinit”, line 7, in ?
ImportError: DLL load failed: One of the library files needed to run this application
cannot be found.

what does this mean?

thanks
chuck

Did you put the DLL in the right place? Usually, just putting it where Blender.exe is will make the trick.

Martin

ok i did that and now it says

no module named topix

this is with the verson 2.2 of python
what does this mean

before printing: “No module named Topix”, is there another error message?

Martin

here is what it says after i put the DLL in the folder where blender.exe is

PYTHON SCRIPT ERROR:
tRACEBACK <most recent call last>:
File “topixinit”, line 7, in ?
ImportError: no module named topix

it will say the same thing with the other
script execpt
file “simrun”, line 8, in ?

thats with the folder containing the DLL and the script moved into the folder
where blender.exe is
and with the contents of that folder moved to the directry where blender is installed
i get this error

PYTHON SCRIPT ERROR:
Traceback <most recent call last>:
file “topixinit”, line 7, in ?
ImportError: DLL load failed; one of the library files needed to run this application
cannot be found

thanks
chuck