Running a python program on a Domino Server

I have read through several posts, and still not sure of the simplest way to do this:

We have a python program on a Windows 2000 Domino server that currently does not reside in th cgi-bin directory. I’d like to call it using Lotus Script either from the client end (notes uidoc) or worst case run a scheduled agent on the server that calls it. What is the easiest way to do so?

Subject: Running a python program on a Domino Server

if i were you i´d forget the notes agent to call python script.

Use a cron utility(crontab) for windows that calls python scripts.

Its much easier and avoids the stupid lotuscript language.

Forget lotusscript!

Python forever…