Help with using the subprocess module in a Pylons controller

2012-02-17 Thread Joel
I am trying to use a command line program called foma (http:// code.google.com/p/foma/) from one of my Pylons application's controllers. I need to use the program to generate a binary file. The following Python script generates the file I expect. This script opens the foma program and runs two

Re: Help with using the subprocess module in a Pylons controller

2012-02-17 Thread Jonathan Vanasco
how long does this create? if its longer than 'instantly', i'd move to a processing queue concept. -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com. To unsubscribe from this