--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/10699b8a-3e40-42e6-a131-85d78e55a5ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The tricky part here is providing the input for the interactive tool. For shell scripts there is a software called expect, you may want to look for Python alternatives. Of course, if this interactive tool reads sequential input from stdin and sends output to stdout, there are much easier solutions, as in this case you can simply use a subprocess (which in itself can be tricky, if the tool is not well tested for malicious input).
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f20afe04-b76d-4644-ad50-80127f9025cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d9510a20-4731-4a84-a8ee-fd1949b770a9%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d9510a20-4731-4a84-a8ee-fd1949b770a9%40googlegroups.com.