While testing this particular version I got it to build successfully on various platforms, on Windows though I can’t run any of the examples as they immediately crash only displaying
“The program has unexpectedly finished.”
Examples from other versions on the same machine run without any errors, and even this version runs fine on another platform (e.g. MacOS).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well I suspect that once more its my mistake. I have tested many PythonQt versions and for some reason that is affecting my e373 build. After trying it in an almost identical system r373 worked fine (the correct libs where called).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While testing this particular version I got it to build successfully on various platforms, on Windows though I can’t run any of the examples as they immediately crash only displaying
“The program has unexpectedly finished.”
Examples from other versions on the same machine run without any errors, and even this version runs fine on another platform (e.g. MacOS).
Try running it in debug and check the crash stack! Maybe you still have a wrong Qt version in the PATH?
Well I suspect that once more its my mistake. I have tested many PythonQt versions and for some reason that is affecting my e373 build. After trying it in an almost identical system r373 worked fine (the correct libs where called).