Hi,
I'm trying to import a third party library in Python script in TestComplete. TestComplete keeps reporting "ImportError:DLL load faild: %1 is not a valid Wind32 application". (see error1 attached) However, if I use python.exe to import this library, it looks fine (see success2 attached).
Can anyone give me some suggestions here?
Solved! Go to Solution.
Hi,
I'm not a Python guru in any way, thus just a wild guess which well may be absolutely irrelevant:
-- Are you using 32- or 64-bit flavor of TestComplete (Help|About) ?
-- If you are using 64-bit flavor, try to start 32-bit one from the <TestComplete>\Bin\ folder and check if the problem persists.
Hi,
I'm not a Python guru in any way, thus just a wild guess which well may be absolutely irrelevant:
-- Are you using 32- or 64-bit flavor of TestComplete (Help|About) ?
-- If you are using 64-bit flavor, try to start 32-bit one from the <TestComplete>\Bin\ folder and check if the problem persists.
Thank you! Staring 32-bit TestComplete fixes my issue.
Subject | Author | Latest Post |
---|---|---|