KxSystems / embedPy

Allows the kdb+ interpreter to call Python functions
https://code.kx.com/q/interfaces
Apache License 2.0
89 stars 42 forks source link

Allow to load on windows on 3.10 #116

Closed rianoc closed 1 year ago

rianoc commented 2 years ago

To solve: https://github.com/KxSystems/embedPy/issues/115

sharpe5 commented 1 year ago

Works for me. Tested by manually making this change to p.q, everything worked nicely with Python 3.10 after that.

sharpe5 commented 1 year ago

Thanks, everything has been working flawlessly with Python 3.10 since my last message.