Matt Szczepankiewicz

Results 13 comments of Matt Szczepankiewicz

Ahh, my bad! Hopefully our changes should be identical though (since there's not much room to get creative with this) so you can totally feel free to do whatever's easier...

Is the datatype supposed to be CD or CE? Other than that it looks good (although I'm a little curious about why you rearranged the stuff in SDTC.xsd).

So I just blew off the dust on this PR and it still seems like the data type should be CE rather than CD (at least, [it's CE in CDA...

So I once again remembered that this is (IMO) an outstanding issue; I still think the data type should technically be `CE`, not `CD`. @minigrrl, how do you feel about...

Sorry to hear you're having so many issues with the library; thanks for bearing with me as I examine them. Would you mind sending me the image(s) that cause the...

Does the version from pip (Python 2.7 64-bit) match your system architecture? Could you try installing from source? I can't understand that error message, but the `DLL load failed` suggests...

It looks like I've reproduced the problem running Python 2.7 on my machine. Thanks for pointing it out to me. I should be able to fix it sometime in the...

What version of OpenCV are you using? The binaries available on PyPI were built using 3.0; if you're using a different version try downloading the source code and building it...

Okay, The prebuilt binaries on PyPI will not work with older versions of OpenCV; I've updated the project info slightly to reflect this. This means you can do one of...

Hmm. Okay, as a last resort, try taking the OpenCV 3.0 dlls and copying them to the same directory as `_stasm.pyd` (should be something like `site-packages\PyStasm-0.3.1-py2.7-win-amd64.egg\stasm`). The ones you need...