looking for a simple way to load a program from another python program..

Gabriel Genellina gagsl-py at yahoo.com.ar
Mon Aug 14 17:40:26 EDT 2006


At Sunday 13/8/2006 16:51, Eric_Dexter at msn.com wrote:

>     I was looking for a simple way to load a simple python program from
>another python program.
>
>I tried
>
>os.system(cabel)
>
>The file name is cabel.py a csound instrument editor..
>
>NameError: global name 'cabel' is not defined

Have you tried os.system("cabel.py")



Gabriel Genellina
Softlab SRL 


	
	
		
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas




More information about the Python-list mailing list