Didrik Pinte

Results 40 comments of Didrik Pinte

@mrslezak thanks for sharing your findings! On my end, I haven't touched the windows part of pyql for years and unfortunately have no time to go back to it right...

Any chance that you haven't defined `QL_HIGH_RESOLUTION_DATE` ? That would explain why the intraday part of the dates are not defined.

@michaelnowotny do you know how brew build quantlib? You need to make sure it has been built with `-stdlib=libc++ -mmacosx-version-min=10.9` (see http://www.quantlib.org/install/macosx.shtml) and same when building pyql. This message seem...

@michaelnowotny I can suggest using edm which is known to work as expected (https://www.enthought.com/product/enthought-deployment-manager).

@hmarrao thanks! If you could submit the patch in a pull request, I'll be happy to merge it! The examples are not always kept in sync with the code. Thanks...

I suggest not to push this in 4.5.0 as the idea of 4.5.0 is to get a stable released version for the apps like Canopy that are currently working out...

@GaelVaroquaux that is pretty old ;-) Is this still accurate? @itziakos could you have a look when you have a second. Assigning to 4.6.0

I tested it with edm on Python 3.8 and Linux (enable 5.3) and it works as expected. The issue seems to be OS-X specific.

@homosapien-lcy Can you confirm the examples available here: https://github.com/enthought/enable/tree/main/enable/examples are covered by the tests? I suspect they are not. And because some of them have user interactions expected, the best...