Re: Start python script into terminal

2008-12-09 Thread Chris Ball
Hi Rodolfo, > Hello: I wish to start a python script into terminal. I would like > to create a program with its own sugar-icon and terminal+script, > something like: One way to do this, I think, would be to make a Pippy program that runs your Python script (either with "import" or with

Start python script into terminal

2008-12-09 Thread Rodolfo Pilas
Hello: I wish to start a python script into terminal. I would like to create a program with its own sugar-icon and terminal+script, something like: exec = sugar-activity terminal.TerminalActivity -x SysOX.py where -x is the way to explain terminal that I need to run a scipt. It is possible to