A_Radiolog_inFoxPro
IS-IT--Management
Dear All ,
This will sound silly and stupid , but it's worth the shot.
At the moment when I want to interface with a python project I have to generate a text file with all the details / parameters(generating it via foxpro before hand ) I have to pass to it then run the python script that is pre-compiled as an exe through fox-pro behind a yes no window box.
now the issue arises when I want to change that exe file of python to make changes it takes time to find it , change it , replace it , and then recompile it , re-package it as an executable.
has anyone in here thought or found a way to call or use the higher level languages of python though the .prg files of foxpro ( 6.0 in my case ) ... I know I know I should have ditched VFP long time ago.
( is like trying to run DOOM on voyager 1 with 60 FPS remotely too .... )
I found this. https://github.com/mwisslead/VFP-Embedded-Python
But I am not 100% sure that this will do what I want it to. I haven't tried it yet.
Let me know if you have any thoughts on my idea / problem
Thank you in advance
The Radiologist
This will sound silly and stupid , but it's worth the shot.
At the moment when I want to interface with a python project I have to generate a text file with all the details / parameters(generating it via foxpro before hand ) I have to pass to it then run the python script that is pre-compiled as an exe through fox-pro behind a yes no window box.
now the issue arises when I want to change that exe file of python to make changes it takes time to find it , change it , replace it , and then recompile it , re-package it as an executable.
has anyone in here thought or found a way to call or use the higher level languages of python though the .prg files of foxpro ( 6.0 in my case ) ... I know I know I should have ditched VFP long time ago.
( is like trying to run DOOM on voyager 1 with 60 FPS remotely too .... )
I found this. https://github.com/mwisslead/VFP-Embedded-Python
But I am not 100% sure that this will do what I want it to. I haven't tried it yet.
Let me know if you have any thoughts on my idea / problem
Thank you in advance
The Radiologist