Komut sistemi veya exec yoluyla php denir sadece Python bir modülü içe çalışırken ben şaşırtıcı bir sorun yaşıyorum.
Python kabuğundan:
import igraph #This works.
if the previous line was in a file, say, test_module.py, then:
python test_module.py in the bash works.
Within PHP:
exec("python test_module.py",$output,$retval) -> fails : $retval = 1.
Betik yerine Ancak, eğer: import math
, o zaman bu iyi.
Kimse hiç benzer bir şey ele?