Hi,
I want to ask, testlink can call python ?
How to to ?
Thanks!
Testlink calling Python
Moderators: Amaradana, TurboPT, TL Developers
Re: Testlink calling Python
As long as the phone# is correct!Annie wrote:Hi,
I want to ask, testlink can call python ?


Just kidding! What are you trying to achive, or do?
There is NOT enough detail in your question.
On the surface, I would say no, as PHP and Python have two different interpreters. But again, we would need more details about the desired goal.
Re: Testlink calling Python
Hi ,
Thanks, TurboPT .
I made a mistake, and should be PHP call python.
I already know how to do it, this:
exec("python getbugcount.py ");//shell_exec OR passthru
It working.
Thanks, TurboPT .
I made a mistake, and should be PHP call python.
I already know how to do it, this:
exec("python getbugcount.py ");//shell_exec OR passthru
It working.
Re: Testlink calling Python
Yes, it could definitely work that way. Thank you for replying with the discovery.Annie wrote: .. should be PHP call python.
I already know how to do it, this:
exec("python getbugcount.py ");//shell_exec OR passthru
It working.