KxSystems / pyq

PyQ — Python for kdb+
http://code.kx.com/q/interfaces
Apache License 2.0
190 stars 49 forks source link

[Windows] Installing pyq does not generate binary #124

Closed jmitek closed 4 years ago

jmitek commented 4 years ago

I have been able to run the pip installer for pyq, I can see it ran the build using MVC tools, but then there is no command line exe to start. It onlyt generates a pyq.dll which i assume would allow my to use python inside the q terminal, but I need the opposite.

Doco refers to running "pyq" from the shell but there is no such exe.

Questions

Steps to reproduce the issue

run "pip install pyq"

Expected result

Would expected to see a pyq.exe created (( assume, but documentation does not mentioned). It just says run "pyq" but no such file exists. However I can see a pyq.dll generated in my venv.

Actual result

No pyq.exe i can see all the build output when running in verbose and all looks okay.

Workaround

If you know workaround, please provide it here.

jmitek commented 4 years ago

I found you need to run : c:\q\w32\q.exe python.q on windows.