When I try to compile under 32 bit, I do get the "CppBlockUtils_wrap.cxx" file, but it seems like it dies there when trying to create the pyd/dll.
I get this error in this case:
error MSB3073: The command "copy Release\SWIG_compile_dll_MSVS2005.dll ..\_CppBlockUtils.pyd;
python ../pyqt/setup.py py2exe --includes sip,hashlib -d ../pyqtexplore
Is there any debug information I can wrangle up that might help in figuring out what I'm missing?
Thanks
(1) Both 2.6 and 2.7 work on my Windows machine, when using MSVS 2008. I haven't tried any other python versions.
(2) Ignore any errors to do with py2exe... that is an additional compile step that is unnecessary unless you are building binaries. I suppose I could've created a new configuration just for compiling the binaries...
On point (2): It's possible, if it got that far, that you actually completed the build, just got distracted by the py2exe red herring... Check the root proj directory for _CppBlockUtils.pyd
. If it's there, try running ArmoryQt.py. (If you want to test it on testnet, you can create a shortcut in that root directory, and select properties and add " --testnet" to the target line)