trying out the ArmorySetup-0.89.99.8-beta_win32 install on a virgin install of Win 7 Home Premium 64-bit (SP1 + all updates).
it installs fine, but when run it fails with logfile errors. anybody know if the _win32 means it won't work with 64-bit, or perhaps if i am missing some prerequisite installs? (i had an earlier testing version working on another instance of win7, where i get the same errors with this version).
logfile output:
(CRITICAL) armoryengine.pyc:1019 - C++ block utilities not available.
(CRITICAL) armoryengine.pyc:1020 - Make sure that you have the SWIG-compiled modules
(CRITICAL) armoryengine.pyc:1021 - in the current directory (or added to the PATH)
(CRITICAL) armoryengine.pyc:1022 - Specifically, you need:
(CRITICAL) armoryengine.pyc:1023 - CppBlockUtils.py and
(CRITICAL) armoryengine.pyc:1027 - _CppBlockUtils.pyd
(ERROR) Traceback (most recent call last):
File "ArmoryQt.py", line 30, in
File "armoryengine.pyc", line 1015, in
File "CppBlockUtils.pyc", line 26, in
File "CppBlockUtils.pyc", line 18, in swig_import_helper
File "_CppBlockUtils.pyc", line 12, in
File "_CppBlockUtils.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.
Error in sys.excepthook:
Traceback (most recent call last):
File "armoryengine.pyc", line 595, in logexcept_override
AttributeError: 'NoneType' object has no attribute '__excepthook__'
Original exception was:
Traceback (most recent call last):
File "ArmoryQt.py", line 30, in
File "armoryengine.pyc", line 1015, in
File "CppBlockUtils.pyc", line 26, in
File "CppBlockUtils.pyc", line 18, in swig_import_helper
File "_CppBlockUtils.pyc", line 12, in
File "_CppBlockUtils.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.