[EMAIL PROTECTED] je napisao/la: > I'm not quite clear on what you are asking, but > you can use the __import__() function to import modules by name. >
I want to invent something like my "programming language" like Python with the same keywords just changed, for example if user type in my "programming language": >>> koristiti os This line of code my program must write in some file, and my program (when it run this user file) must read this line of code like: >>> import os (I just want to change names of keywords) -- http://mail.python.org/mailman/listinfo/python-list