Lionel wrote:
from DataFileTypes import *

That's an import where you don't know what's getting import'd -- ie, namespace pollution


[snip]

from wx import *


and more here.  Try being explicit with your naming.

HTH,

Emile



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

Reply via email to