doutan6286 2018-05-15 20:07 采纳率: 100%
浏览 41

用户访问网站时无法加载我的Python程序

New to Python and the web. I have a python 2.7 program that uses several html templates and updates info in MYSQL. Moving it to a real web host I have installed Python 2.7 and all the needed modules (like flask) using SSH and can run the command python init.py (like I do locally) and it says that it is running on the localhost (on the host server site) so I'm confident the program is executable. I changed permissions using chmod 0755 init.py. The site looks for index.php (by default I guess) so I created an index.php with this:

<p><?php echo exec('cd ~'); ?></p>
<p><?php echo exec('virtualenv teamingit'); ?></p>
<p><?php echo exec('source teamingit/bin/activate'); ?></p>
<p><?php echo exec('cd public_html'); ?></p>
<p><?php echo exec('python __init__.py'); ?></p>

When you go to the site it shows the message for the virtualenv (i.e. Installing setuptools, pip, wheel...done.) so at least part of the PHP code is executing but then it just leaves only that message on the screen rather than rendering the first template. I'm sure I'm missing something obvious to python/web veterans but I'm stuck, any guidance is appreciated.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 #MATLAB仿真#车辆换道路径规划
    • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
    • ¥15 数据可视化Python
    • ¥15 要给毕业设计添加扫码登录的功能!!有偿
    • ¥15 kafka 分区副本增加会导致消息丢失或者不可用吗?
    • ¥15 微信公众号自制会员卡没有收款渠道啊
    • ¥100 Jenkins自动化部署—悬赏100元
    • ¥15 关于#python#的问题:求帮写python代码
    • ¥20 MATLAB画图图形出现上下震荡的线条
    • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘