On 20 January 2012 13:53, ** <[email protected]> wrote: > I have a Python based app (TFTPGUI) that I can launch fine from the command > line but when I paste the same command [ python ~/pathto/theapp/tftpgui.py ] > into a launcher nothing happens. I have launched other Python based > applications in the past so what am I missing on this one?
You could try the command gnome-terminal -e "python ....." which will run it in a terminal which may tell you something. Colin -- [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/
