The python 2.x command is as following:
---------------------------
info = {}
execfile(join('chaco', '__init__.py'), info)
------------------------------

But execfile has been removed in python 3.x.
So my problem is how to convert the above to a 3.x based command?

thanks very much
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to