I've created a simple perl sript that allows users to subscribe to a mailing lists (via. Mailman, written in Python). Within perl I am trying to execute a Python command, but for some reason it is not working. I've also tried executing the Python program within a C-script, but to no avail. FYI Getting rid of Mailman is not an option.
Does anyone have any experience with this?