Most of the Python interpreter is a shared library, at least on
Windows. The only duplication is in loaded Python code, which includes
only your bot and the libraries it uses. If you have memory problems,
try to do without some libraries or to edit unused parts out of them.

Lorenzo Gatti

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

Reply via email to