"import" not working?

Emile van Sebille emile at fenx.com
Fri Feb 20 18:48:54 EST 2009


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






More information about the Python-list mailing list