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

windows error Specified Module could not be found #83

Closed swat-agarwal closed 4 years ago

swat-agarwal commented 4 years ago

'The specified module could not be found. [4] C:\q\p.q:9: LMHB set'@[system"python",;c;{system"python ",c}];if[count M;if[k~key k:$":",M;L::M]];C:H~B; .p:(:./p 2:(`init;3))[L;H;C]]

cmccarthy1 commented 4 years ago

Hi @swat-agarwal,

How did you install embedPy initially? Also could you please provide the output from the following

q)key each hsym each`$`L`M#.p

Once you're aware of the expected contents at these locations could you also indicate if these files exist in the locations.

cmccarthy1 commented 4 years ago

Hi @swat-agarwal

Closing this issue for now as there isn't sufficient information to discern the cause. If you have more information which could help debug the issue please reopen and we'll be happy to help if we can.