can't get import to work!

Gabriel Genellina gagsl-py at yahoo.com.ar
Mon Jan 15 18:38:21 EST 2007


At Monday 15/1/2007 14:35, corsairdgr at aol.com wrote:

>from just.for.fun  import Fubar
>This doesn't work.  The following error is displayed:
>     ImportError: No module named  for

You can't have a module named "for", it's a reserved word. Try using 
"For" instead (or any other legal name!).


-- 
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