Re: Starting a .py file from a Button in my Template

2015-10-19 Thread CooliusCaesar
Thank you very much! I will take a look at celeryproject.org I should have mentioned, that the project will run on the same computer that is going to display the Servers, so it would work with my refresh.py stored locally. But I will use celery anyways, so I can use this project for future re

Starting a .py file from a Button in my Template

2015-10-19 Thread CooliusCaesar
Hello, I need to launch a python file (refresh.py) from my template. I have created a .bat wich starts refresh.py, but I can't get it to work: Launch refresh MyObject = new ActiveXObject("WScript.Shell"); function Runbat() { MyObject.Run("\"C:\\..path...\\refresh.bat