Lianja Developer Community
>
Scripting Languages
>
Python Scripting in Lianja
> Can I execute VFP commands from Python?
PDA
View Full Version :
Can I execute VFP commands from Python?
Question
2011-07-03, 06:07
Can I execute VFP commands from Python?
lianjasupport
2011-07-03, 06:10
Yes, the Visage Application Framework makes a Lianja module available to Python. Simply import this module and use Lianja.execute(VFPcommandstring).