Unable to put Python code to Joomla

北城余情 提交于 2019-12-13 03:44:25

问题


I have a Python code from Google app engine. I need to implement it to Joomla.

How can you implement Python code to Joomla?

[edit after the 1st answer]

It is enough for me that I can put the code to a module position.


回答1:


Joomla is PHP based whereas Google App Engine is Python based (and tends to use Django). Your best bet is to either find an alternative to the python code, find someone to translate it, or learn python and manually translate it.

There's no straight python to php conversion though.

EDIT: but if you really want to be adventurous, you can try the Python in PHP project which is still early phase and looks to be someone's side project: http://www.csh.rit.edu/~jon/projects/pip/



来源:https://stackoverflow.com/questions/718498/unable-to-put-python-code-to-joomla

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!