Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Terris Linenbach wrote: > You're right. My apologies. I will try to hack my version. > The problem is that the parameters get sent split by spaces, so whereas on the command line you'd do: rlog "filename with spaces in it" python seems to send: rlog filename with spaces in it Which blows up because there's no file called 'filename', no file called 'with', etc. I'd be interested in a fix if you think of one. Tony