Simon Booth

Results 249 comments of Simon Booth

Just to complicate things ARM can emulate the FPU mask and Mac can be x64 or aarch64

An important concern is what happens when you call python outside P4D e.g. I'm using my hack above like this ``` SafeMaskFPUExceptions(True); PyEng.ExecStrings(Shim); SafeMaskFPUExceptions(False); ``` I'm guessing I should also...

What's exacrly what SafeMaskFPUExceptions() does.

Just starting a new thread for the module call then hand back to Delphi Yesterday they finally told us they have their own task manager (but it'll also be setting...

I noticed it owing to the value being wrong - it's not fresh in my memory after 14 days so I'd have to reconstruct the problem (takes a while)

Doing that... Very simple example - https://github.com/peardox/Lartis

I can't help but notice that this appears to be higher up the chain than you state as the error message you've got says you're missing the attribute 'ximgproc' I'll...

Well, that was quick... Googling "python cv2 ximgproc" finds the problem instantly at https://stackoverflow.com/questions/57427233/module-cv2-cv2-has-no-attribute-ximgproc It notes that.... - There are 4 different opencv packages: opencv-python, opencv-contrib-python, opencv-python-headless, opencv-contrib-python-headless. - You...

I wrote the requited component after replying to this but messed naming up. I got close but need to alter the component slightly (then I rented a M1 so didn't...

> @peardox found the answer. > > You can use the current implementation of OpenCV and install it from a different index-url. That's a good point. Hmm - selectable sources...