Forum: Poser - OFFICIAL


Subject: Morph Cleanup Script

Cage opened this issue on Feb 24, 2010 · 592 posts


madno2 posted Sun, 28 August 2011 at 4:37 AM

Came across this thread and the old one and was curious to try "tdmt".

One question I have regarding 64 bit Win 7 OS and the _tdmt.pyd dll.

The scripts can not load it. For testing I changed the TDMT_Match6.py script (removed the try..except to get a python traceback).


no_pyd = 0 # With this script, we only use the .pyd minimally ...

try:

from _tdmt import *

except:

   # no_pyd = 1
if (poser.Version() < 7.0) and (not poser.IsPro()):
...


The message I get then is:


Traceback (most recent call last):
  File "C:Program FilesSmith MicroPoser Pro 2010RuntimePythonposerScriptsScriptsMenuTDMTfilesTDMT_Match6.py", line 7, in ?
    from _tdmt import *
ImportError: DLL load failed with error code 193


could it be that the dll does not support 64 bit OS?