[Tutor] executing with double click on linux

2006-10-15 Thread Alfonso
Thank you for your answer, Jonathon. I have found that the problem ocurs only with programs that make use of glade files for the interface. With pure pygtk programs without using glade files, making a launcher with a simple double click works perfectly. But if the program builds his interface b

[Tutor] executing with double click on linux

2006-10-14 Thread Jonathon Sisson
I'm afraid I don't have enough experience with Gnome to answer your questions, Alfonso. I will share what I know, though. If you could, run this: $ gnomevfs-info .pyc | grep MIME and see what it says? (If it gives you nothing back, then you need to register a MIME type for .pyc files. http

Re: [Tutor] executing with double click on linux

2006-10-13 Thread johnf
On Friday 13 October 2006 12:33, Alfonso wrote: Could be wrong but can't you use file associations? I do on my SUSE system. John ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] executing with double click on linux

2006-10-13 Thread Alfonso
Jonathon Sisson escribió: > Alfonso wrote: > >> Sorry for the too obvious question. I'm new to python and have no idea >> how can I make execute a compiled .pyc with a double click in linux, >> with gnome. Trying to double click in a .py gives allways the question >> wether I want to execute

[Tutor] executing with double click on linux

2006-10-11 Thread Jonathon Sisson
Alfonso wrote: > Sorry for the too obvious question. I'm new to python and have no idea > how can I make execute a compiled .pyc with a double click in linux, > with gnome. Trying to double click in a .py gives allways the question > wether I want to execute the text file, or read it. (This beha

[Tutor] executing with double click on linux

2006-10-11 Thread Alfonso
Sorry for the too obvious question. I'm new to python and have no idea how can I make execute a compiled .pyc with a double click in linux, with gnome. Trying to double click in a .py gives allways the question wether I want to execute the text file, or read it. (This behaviour can be changed w