> is it possible in python to include another python source file into the
> current namespace, i.e.completely analogous to the #include statement
> in C.

By using a pre-processor, like C does.
http://www.freenet.org.nz/python/pyp/

If you are new to Python, keep in mind that this is for special cases
only. Since Python has a module system, there isn't a need for #include
as in C.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to