Hi:
I'm using Pharo-1.1 OneClick on Ubuntu 10.04. One project I am looking at would require the use of external commands. It appears I can use something like "ExternalUnixOSProcess command: 'do_something --option'" etc. I can perform external commands, but output from these still goes to stdOut. I looked into using CommandShell, but when I try and use this I get grumblings about not findng PluggableTextController and PluggableTextView. Using OSProcess or a subclass, is there a way I can launch an external command but capture the output (say, to a variable)? Does Pharo yet have the equivalent of the c popen() command? Is there a way to load CommandShell without it grumbling about the two packages mentioned above? Any information would be appreciated. Best Regards, Dean Powell Edmonton, Canada _______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
Maybe David can gelp you.
On Fri, Aug 20, 2010 at 9:06 AM, Dean Powell <[hidden email]> wrote: Hi: _______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
On Sun, Aug 22, 2010 at 9:10 PM, David T. Lewis <[hidden email]> wrote: Mariano, Hi David. Yes, the email went to the mailing list :) Dean, Coool ! you finally split the packages in CommandShell :) That's good for pharo users. Thanks david. mariano
_______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
Free forum by Nabble | Edit this page |